-
Notifications
You must be signed in to change notification settings - Fork 397
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
setting custom tick labels incompatible with logarithmic axis #834
Labels
Comments
Thank you for the bug report. Could you paste a working example showing the issue in code format so I can reproduce and debug? You can use this as a starting point:
|
Hi there, here is a quick working example:
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am trying to set a custom tick label formatter for my logarithmic Y-Axis on my
XYChart
:My original logarithmic axis has tick labels at every power of 10:
When I set the custom axis formatter, instead of receiving those values, these are the values my formatter receives:
Also, setting the custom formatter here disables the logarithmic axis display, i.e. the display reverts to non-logarithmic:
Trying to set the axis logarithmic again after adding the formatter as above does not revert to the logarithmic axis appearance.
Is there a way to work around this, or can a fix be added to allow setting custom formatters for logarithmic axes?
The text was updated successfully, but these errors were encountered: