You must be logged in to post your query.
Home › Forums › Chart Support › Notation used for large numbers
What notation is being used in “8e+, 24.un”.
https://jsfiddle.net/ft8ogyhq/
@agaur,
The number you are passing to y-value seems to be greater than JavaScript Number.MAX_SAFE_INTEGER, because of which axis labels are not rendered properly.
—- Manoj Mohan Team CanvasJS
Looks like a bug to me. We should just be able to display 8e+24, no?
CanvasJS library is based on JavaScript and hence it inherits all its behaviour and limitations. However, we will reconsider the behaviour of handling large numbers for improvement in our future releases.
You must be logged in to reply to this topic. Login/Register