You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the tickOptions in order to manually set the labels for my yAxis. If I try to use a fixedStepSize that is not a factor of min and max then you end up with strange looking labels.
I'm trying to use the tickOptions in order to manually set the labels for my yAxis. If I try to use a
fixedStepSize
that is not a factor ofmin
andmax
then you end up with strange looking labels.This codepen explains it best http://codepen.io/anon/pen/JRORQy
I'd expect the labels to be
[1, 3, 7, 9, 11, 13, 15, 17, 19, 21]
but instead they're[1, 2, 4, 6, 8 ,10, 12, 14, 16, 20, 21]
The text was updated successfully, but these errors were encountered: