-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Axis tickformat
overrides exponentformat
settings
#1651
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
Comments
maybe related to #1264 |
I just got bit by this too. It's related to https://github.com/plotly/plotly.js/blob/master/src/plots/cartesian/axes.js#L1375 @etpinard what's the desired behavior? If so we should fixup or document. D3 does not provide a numeric type ( Removing my |
as an aside, I'm not seeing where the format functions use locales. Am I missing something? |
tickformat
overrides exponentformat
settings
That's correct, we don't use @alexander-alvarez Thanks for digging around |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Hi,
I am getting 'G' as suffix for y axis ticks if I use tickFormat, if I don't use tickFormat then it would show it with suffix 'B'. As y axis ticks are numbers I would like to show them with 'B' (with Million, Billion, Trillion formatting).
Codepen link1
Is there a way to show that way? Should I change tickFormat?
I have also tried using exponentformat, but still I am not getting ticks in Billions format.
Codepen link2
Thanks in advance,
The text was updated successfully, but these errors were encountered: