I want to show every single label in my chart (and there are only five of them). But for reasons I don't understand, my
label: { step: 1 }
is getting ignored. Here is the fiddle.
Thanks for any hints what I've overseen or not understood.
Instead of using
labels:{ step : 1 }
try using tickInterval
on y axis.
yAxis: {
tickInterval:1
}
labels:{ step : n }
using this will display every nth label of the axis.
Try the fiddled
version here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With