Skip to content

Axis min/max adjustments should check for illogical states like max < min #79

Description

@rtapella

If you attempt to set something like:
x-axis min: 10
x-axis max: 5

... charts kind of flip out because the max value is lower than the min value.

We should check this. If max < min or min > max show an error in the input box saying "min must be less than max"
And set the value you're attempting to change to the barrier (e.g. in above example if you're moving the max value below the min, set it to 10 (the min))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions