Open ghost opened 12 years ago
barChart.loadJSON({ label: ['Count'], color: ['#ff0000','#0000ff'], values: [{ label: 'redbar', values: 20 },{ label: 'bluebar', values: 30 }], });
The second bar should be blue, but all bars are red.
I think that is a bug, right?
barChart.loadJSON({ label: ['Count'], color: ['#ff0000','#0000ff'], values: [{ label: 'redbar', values: 20 },{ label: 'bluebar', values: 30 }], });
The second bar should be blue, but all bars are red.
I think that is a bug, right?