You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement different colors for each dataset in a multi-series stacked bar chart/line chart I am creating. However, it does not seem that the colors are working properly for my stacked bar chart.
Here is a screenshot of this issue:
As you can see, the colors I have defined are only being pulled through for the first bar, and the other bars are still grey. How can I fix this?
However, it seems like there is still an outstanding issue with my chart. I am unable to get hover tooltips for the line graph, only the bar chart. Why is this?
Hi Charts.js team,
I am trying to implement different colors for each dataset in a multi-series stacked bar chart/line chart I am creating. However, it does not seem that the colors are working properly for my stacked bar chart.
Here is a screenshot of this issue:
As you can see, the colors I have defined are only being pulled through for the first bar, and the other bars are still grey. How can I fix this?
Here is a JS Bin of my chart: https://jsbin.com/cunido/edit?html,js,output
Thank you for your help.
The text was updated successfully, but these errors were encountered: