I have this graph, how can I make it change its colors depending on whether the data is less than 50 is red and greater than 50 is blue?
var ctx = document.getElementById('chart');
var myChart = new Chart(ctx, {
type: 'bar',
data: {...
asked by
20.11.2018 / 19:30