Formater for Series Data #2595
Unanswered
TheFlameofCreed
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i like to format the Data-Points by localisation.
aka it Shows 1.001 and 2.233 but shoult show 1,001 and 2,233
Current Result : https://imgur.com/ut1kU59
I saw this : https://apexcharts.com/docs/options/chart/locales/
and this : https://apexcharts.com/docs/formatting-axes-labels/
I got a formater function but dont get it how to use it with apexcharts.
I Use React and Js
My Current Chart Konfig looks like this:
`
this.state = {
`
so i like tu use my Formater for data: averagevalue , Labels etc where the numbers are shown
Thanks
Beta Was this translation helpful? Give feedback.
All reactions