Replies: 1 comment
-
Well, evaluatating: If this kind of formatting is fine for you, try (xaxis) yaxis formatter:
IT.man |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
The Apex chart which I have adds 8 zero's to each number, no thousand separator and no EURO prefix.
The output is currently: 600.000,00001234
This should be : € 600.000
how can i add this to the JS code:
This is my code:
var formatter = new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR', minimumFractionDigits: '0', maximumFractionDigits: '0', }); /
Beta Was this translation helpful? Give feedback.
All reactions