Change bar color in chart.js depending on value
10:17 26 Aug 2014

I want to create a bar chart using chart.js (www.chartjs.org). The bar fill color should change depending on the value.

E.g., if the value is less than 10, color is green, 11-15 means yellow, and 16-20 is red.

javascript colors charts bar-chart