Hi,
I’m building a simple chart editor and having a problem when reading the color of the series.
I don’t define a color for all series and they are retrieved from the colorSet. In this cases I cant later read the used color.
Is possible to alter the chart.options.data[] to include this value?
color = dataPoints[i].color ? dataPoints[i].color : dataSeries._colorSet[i % dataSeries._colorSet.length];
if(!dataPoints[i].color) dataPoints[i].color=color;
-
This topic was modified 10 years, 4 months ago by Daniel Silva.