if I have a large amount of data then the xAxis
label is not showing properly. you can see in this code: https://jsfiddle.net/4nvmuc25/127/
if I have a low amount of data then it's fine my xAxis
label is showing correctly.
so I want to show the xAxis label properly if I have a large amount of data.
Restriction
: 1
:you can't change the rotation property for xAxis
.
2
:xAxis
labels should not intercept each other.
3
:you can't do by css.
Not restriction
: you can set tickInterval
, step
property in xAxis
but remember the amount of data is dynamic, it could be any number.