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
Linear Axis stepSize leads to unexpected behaviour when its value is decimal and greater than 1
Here's an example: https://codepen.io/V-mario/pen/qKoWRE
Expected Behavior
Grid lines should be equally spaced thus values shown under x axes should be [0, 1.3, 2.6, 3.9, 5.2, 6.5, 7.8, 9.1, 10.4, 11.7, 13] as max is 13, min 0 and stepSize 1.3