We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4589c2 commit 452741eCopy full SHA for 452741e
chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/DefaultNumericAxis.java
@@ -58,7 +58,7 @@ public class DefaultNumericAxis extends AbstractAxis implements Axis {
58
setMinorTickCount(0);
59
} else {
60
axisTransform = logTransform;
61
- setMinorTickCount(AbstractAxisParameter.DEFAULT_MINOR_TICK_COUNT);
+ setMinorTickCount(AbstractAxisParameter.DEFAULT_MINOR_TICK_COUNT - 1);
62
}
63
if (getMin() <= 0) {
64
isUpdating = true;
0 commit comments