philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Bug in barChart #101

Open ghost opened 12 years ago

ghost commented 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?