-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberAxis3D.getTickLabelFormatter() never used? #4
Comments
Have to answer myself with some findings :-) As I can see from debugging, my value of tickLabelFormatter gets overwritten in Chart3D.draw -> Chart3D.findAxisTickUnits -> NumberAxis3D.selectTick with the value of this.tickSelector.getCurrentTickLabelFormat(). No wonder my formats don't get used... Unfortunately, I don't see any method for NumberTickSelector.setCurrentTickLabelFormat :-( So how could I change the format of the output? |
Overwrite tickLabelFormatter only when not explicitly set by user
See my pull request for this one |
Hmm, looks like I applied your fix in the 2.0 release, should have updated this ticket. Thanks for pointing out the bug! |
Hi,
I was trying to change to format of the tick label using NumberAxis3D.setTickLabelFormatter - with no results. No matter what I set here the format is always the same.
When checking, how the formatter is used in the library I get
so it seems that this feature isn't used at all?
The text was updated successfully, but these errors were encountered: