Skip to content
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

Highcharts numberFormat broken with a very small values #7042

Closed
pawelfus opened this issue Aug 7, 2017 · 1 comment
Closed

Highcharts numberFormat broken with a very small values #7042

pawelfus opened this issue Aug 7, 2017 · 1 comment
Assignees

Comments

@pawelfus
Copy link
Contributor

pawelfus commented Aug 7, 2017

Expected behaviour

Highcharts.numberFormat(100 * 5.372111214729405e-9, 2) should return 0.00%

Actual behaviour

Highcharts.numberFormat(100 * 5.372111214729405e-9, 2) returns 5.37e-7%

Live demo with steps to reproduce

Note:
It's a regression after ad892cb

@Izothep
Copy link
Contributor

Izothep commented Oct 10, 2017

+1

@KacperMadej KacperMadej self-assigned this Nov 14, 2017
KacperMadej pushed a commit that referenced this issue Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants