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))
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))