I have two dataseries
and want to give different colors as follows. However no matter I assign different color, I am ending up with same color which is color of the last series (#006666).
self.dataSeries[0].color = "#66FF66";
self.dataSeries[1].color = "#006666";
chart.options.series = self.dataSeries;