Skip to content

Customize Mixed Charts #70

Answered by styd
Toucouleur66 asked this question in Q&A
Dec 6, 2020 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi, @Toucouleur66 .
From your posts, I can extract 3 questions:

  1. How to override the color of a series after using palette?
    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.
  2. How to implement data_labels on only some series?
    You can do this:
    data_labels: {enabled: true, enabled_on_series: [2]}
    
  3. How to implement Y-Axis?
    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…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MrMoins
Comment options

@styd
Comment options

Answer selected by styd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #70 on December 08, 2020 21:45.