How to create three graphs with two Y-axises #4153
Unanswered
evil-shrike
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'm trying to create a list chart with multiple Y-axis (left/right).
But the problem is that I need to have several graphs attributes to one (left) Y-axis.
I'm using ApexChartsVue
and then I have two graphs for "Conversions" axis and one for "Ads" axis:
As I need to distinguish the first two graphs (for Conversions axis) I gave them names and they can't be a common name of the axis ("Conversions").
So when these graphs are rendered I can see that the right Y-axis correlated to the 'control' graph (the second one of the three). And the 'Ads' graph is left without axis. I can understand why it's happening.
So my question is how it can be achieved - attribute two graphs with different names to a single axis in multi-axises configuration?
Beta Was this translation helpful? Give feedback.
All reactions