Corey
Results
2
comments of
Corey
Same thing happened to one of my customers today. SDK v1.2.3
In version 0.15.0 it looks like you can change the colors with chart->getStyle()->setColors(): ``` $categories = array('A', 'B', 'C', 'D', 'E'); $series1 = array(1, 3, 2, 5, 4);` $chartType =...