Replies: 1 comment 1 reply
-
Hi @marcuus, You can use <Chart
:size="{ width: 800, height: 400 }"
:data="data"
:axis="{ primary: { rotate: true }}"
:margin="margin"
:direction="direction"
>
.... this is available only from version 1.1.31 Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to rotate the x-axis labels so that long labels like timestamps can be displayed? Mine are currently being overwritten.
Beta Was this translation helpful? Give feedback.
All reactions