Having trouble with a chart using groupings and aggregates.
If I build the chart using javascript, I can get the seriesColors to work just fine ( http://jsbin.com/upoPuqI/2/edit )
But if I build the chart using MVVM, I can't get the colors to work ( http://jsbin.com/OquRoYA/3/edit ).
I think I've gotten this to work before, but for the life of me can't figure this one out.
If I build the chart using javascript, I can get the seriesColors to work just fine ( http://jsbin.com/upoPuqI/2/edit )
seriesColors: [ 'yellow','red','green']
data-series-colors:"['yellow','red','green']"
I think I've gotten this to work before, but for the life of me can't figure this one out.