-
-
Notifications
You must be signed in to change notification settings - Fork 668
Open
Labels
Description
It seems that for small values tickMinStep is ignored in specific cases.
Data for the plot "values": [ {"x": "A", "y": 10}, {"x": "B", "y": 2.5} ]
without tickMinStep set, step size of 1 is rendered
✅ with tickMinStep = 5, it is being taken into account

❌but when setting tickMinStep to 2.5 it alters it to 2 in the rendering
Updated data for the plots below "values": [ {"x": "A", "y": 1}, {"x": "B", "y": 0.5} ]
❌ tickminStep=1, it renders 0.5
❌ funny enough, if tickMinStep=2 then it renders 1
- I checked for duplicate issues.
there is a similar issue that is already closed