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
The text was updated successfully, but these errors were encountered:
V-Mario
changed the title
[BUG] Linear Axis stepSize is ignored when value is decimal and greater than 1
[BUG] Linear Axis stepSize leads to unexpected behaviour when its value is decimal and greater than 1
Jun 20, 2018
V-Mario
changed the title
[BUG] Linear Axis stepSize leads to unexpected behaviour when its value is decimal and greater than 1
[BUG] Linear Axis stepSize leads to unexpected behaviour when decimal and greater than 1
Jun 20, 2018
Current Behavior
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
Here's a working example having stepSize 0.9 instead: https://codepen.io/V-mario/pen/LrdPyp
Environment
The text was updated successfully, but these errors were encountered: