
Is there a way to trigger the automatic tick labelling that only labels the ticks that are written clearly (not overwritting each other) like in 0.9.10?
Code: Select all
axis.setTickUnit(new DateTickUnit(DateTickUnit.DAY, 1));
Code: Select all
axis.setTickUnit(new DateTickUnit(DateTickUnit.DAY, 1));
Give me an example of the situation where you *have* to use setTickUnit() but still need to drop some tick labels. You can probably achieve the same thing by setting up a custom tick label collection, but if not I'd like to understand what you are doing so I can see if there is some enhancement required.dchen9 wrote:But in cases you have to use axis.setTickUnit(...) or use Timeline for ticks, the auto-tick unit selection mechanism is disable.