@fecn wrote:
When the number of major ticks is just right, the node barely sees an offset. But as the number of major ticks gets smaller, the offset becomes more and more obvious. You can see the specific code in this link: When I dynamically changed the graduatedTickUnit, why did the tick mark disappear?
- normal
majorScaleNum = 10; minorScaleNum = 5; minValue = 0; maxValue = 100;
- weird
majorScaleNum = 5; minorScaleNum = 5; minValue = 0; maxValue = 100;
Posts: 1
Participants: 1

