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
Describe the bug
There are only 5 default colors, that keep repeating when having more than 5 columns. I cannot change the colors of a multiColumn chart using ['color' => '#ff0000'] for example.
To Reproduce
Steps to reproduce the behavior:
Create a ColumnChartModel
Set multiColumn to true
Add one or more series to the chart
Try to set colors to the columns
Expected behavior
The defined colors are used for a multiColumn chart.
Screenshots
Additional context
The issue is about the columnChartModel when using multiColumn and adding series with the addSeriesColumn method.
Solution Ideas
Adding color as a parameter before extras array or allow colors to be set in the extras array.
The text was updated successfully, but these errors were encountered:
Describe the bug
There are only 5 default colors, that keep repeating when having more than 5 columns. I cannot change the colors of a multiColumn chart using ['color' => '#ff0000'] for example.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The defined colors are used for a multiColumn chart.
Screenshots
Additional context
The issue is about the columnChartModel when using multiColumn and adding series with the addSeriesColumn method.
Solution Ideas
Adding color as a parameter before extras array or allow colors to be set in the extras array.
The text was updated successfully, but these errors were encountered: