x axis only showing every second label #553
andreweinhorn
started this conversation in
General
Replies: 1 comment
-
Ok, I think I've managed to answer my own question (for the x-axis anyway). The solution is to set the tickCount and labelRotate values in the xAxis prop of the CartestianChart. Leaving it here in case it helps someone else.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Only every second x-axis label and y-axis label is showing. Is there a way to ensure all x-axis labels are shown (and possibly integer values for y-labels)? I have tried making the font size smaller, but even if I make it tiny it only shows every second label.
Here is my test data:
Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions