Closed zhangJiangKai closed 1 year ago
Sorry, that's an oversight as Axis::setTickUnit
is not really part of the public API. The value gets overwriten by the tick computation of the axis itself. You can set it by extending an Axis and overwriting AbstractAxis::computePreferredTickUnit
.
This will be addressed in the future and is captured in the TODO list in #622.
hello! I'm having a little difficulty, I hope I can get your help. development environment: jdk17 The pom information is the pom of the main branch This problem seems to have appeared in #129. I don’t know if it has been fixed? My expectation is to use 30 units as a major scale, which seems to automatically change to 25 units.