Customize Mixed Charts #70
-
According to the provided documentation we tried to implement the Mixed Chart on our reporting page. You can see our current rendering from here https://www.sportstracklive.com/en/user/RS_Taucho/better_analytics We tried to add a Mixed (Combined) Chart while using this part of code:
The red colors won't show up. To show up I need to do something like this
It works ok, however, it's seems to be impossible to customize those combo charts. Neither by adding parameters on For demo purpose I succeed to have this rendering : But how to have the same rendering as https://apexcharts.com/angular-chart-demos/mixed-charts/line-column-area/ with in this exemple, adding labels on only 1 graph. I tried to to this
or
But it does not work at all. or even better, I would like to find a way to apply a multiple y-axis https://apexcharts.com/angular-chart-demos/mixed-charts/multiple-y-axis/ Any advice would be appreciate! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Several attempts to generate multiple y-axis failed so far
does not have any effect while
Show the right title |
Beta Was this translation helpful? Give feedback.
-
Hi, @Toucouleur66 .
|
Beta Was this translation helpful? Give feedback.
Hi, @Toucouleur66 .
From your posts, I can extract 3 questions:
I don't know if this is possible. If you can point me to apexcharts.js examples that do this, maybe I can implement it. But for now, not using palette and manually specifying each color using
colors
as you did is the way to go.data_labels
on only some series?You can do this:
I intentionally put off working on multiple Y-Axis because I thought it was a hassle to implement at the time (because I found a bug when I tried to) and just assume that
yaxis
field is only for one…