AnyChart widget : Stacked column chart with more than 10 values

0
I am using  Anychart widget for creating stacked column chart in my app. For stacked data, it seems like it has only 10 different colors. My data has more than 10 values on Y axis, so color duplication is happening.  Due to this, analyzing the data becomes difficult. Is there any way to add more colors ?
asked
2 answers
0

Hey Rushikesh,

you should be able to add a custom HEX/RGB color value to each series that you want displayed in your column chart, as such:



Hope this helps!

answered
0

Hi Rushikesh Mandage,
You can add your Own color for each bar while forming the data. 

You can find this for your reference :
https://plotly.com/javascript/bar-charts/#bar-chart-with-hover-text

You can form a Color array inside the marker property. So for each trace you can add your custom color.

answered