format don't work with exponential numbers #7405
Closed
Labels
Comments
Thank you for reporting the problem. |
👍🏼 |
hi, this still doesn't work with latest hc using highchairs 7.1.1 StockChart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Highcharts.format('num {value:.8f}',{value:8.3000000e-7})
"num 0.00000083"
Actual behaviour
Highcharts.format('num {value:.8f}',{value:8.3000000e-7});
"num 8.30000000e-7"
Live demo with steps to reproduce
http://jsfiddle.net/xrado/jyLh6pqn/
see tooltip on the smallest bar
Affected browser(s)
probably all
The text was updated successfully, but these errors were encountered: