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
Describe the bug
Using a linear DefaultNumericAxis and setting setAutoRangeRounding(true) will always round to the next best integer number instead of the tick unit.
Describe the bug
Using a linear
DefaultNumericAxis
and settingsetAutoRangeRounding(true)
will always round to the next best integer number instead of the tick unit.chart-fx/chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java
Line 353 in 7908d4c
LinearAxis
doesn't have a transform and does the correct operationchart-fx/chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/LinearAxis.java
Line 146 in 7908d4c
Is it necessary to pass the tick unit to
getRoundedMaximumRange
etc.?To Reproduce
Environment:
The text was updated successfully, but these errors were encountered: