Can i make the series data use currency format? #3269
Unanswered
jecommerce
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.
-
Hi I am new to web development and new to apex chart,
I have a 3 series chart that I would like one of the series 1 to display the value in currency format, also can I set more than one data label? I want series number 1 to be a currency, which I have already done and the series 0 and 2 to be numbers only
see my code below
var options = {
chart: {
height: 350,
type: 'area',
stacked: true,
toolbar: {
show: true,
},
},
Beta Was this translation helpful? Give feedback.
All reactions