FVANCOP / ChartNew.js

MIT License
420 stars 143 forks source link

Bar chart with different colors #461

Closed AK1979 closed 7 years ago

AK1979 commented 7 years ago

Hi

Is it possible to create a bar chart with different colors for each column ?

i saw the stackedBar chart example and it dosn't stand with the data structure of the bar chart...

FVANCOP commented 7 years ago

Check : https://github.com/FVANCOP/ChartNew.js/wiki/070_020_Bar I suppose that the second sample in the document is what you want (You have to associate an array of colors to fillColor).

Unfortunately, the "legend" associated to such a chart is not correct. But I'm currently working on something that will solve the problem.

AK1979 commented 7 years ago

Thanks !