Apex Charts Multiple series on secondary Y-axis #3394
Unanswered
ShephaliSrivastava
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 am using apexcharts library in angular
I want to achieve multiple plots on my primary and secondary y-axis
I want to plot 3 series based on one y axis and 3 based on other
something like this
{ seriesName:['user','unit','desktop'] }, { seriesName:['user1','unit1','desktop1'] }
When tried doing so with above approach I am getting the plots but they are not plotted correctly

What is the exact approach for achieving the same
Beta Was this translation helpful? Give feedback.
All reactions