Skip to content

tickMinStep is ignored for small values and odd values #9674

@remsidave

Description

@remsidave

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

Image

with tickMinStep = 5, it is being taken into account
Image

but when setting tickMinStep to 2.5 it alters it to 2 in the rendering

Image

Updated data for the plots below "values": [ {"x": "A", "y": 1}, {"x": "B", "y": 0.5} ]
tickminStep=1, it renders 0.5

Image

❌ funny enough, if tickMinStep=2 then it renders 1

Image
  • I checked for duplicate issues.
    there is a similar issue that is already closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions