This topic is locked

How to make the colored columns with just one series?

3/13/2021 5:37:47 PM
PHPRunner General questions
M
marcosfn author

var series = chart.getSeriesAt(0);

series.color("#FEFEFE", 0.59);
It has this code above, but how to have several colors in the column chart with only one series?