Currently, I am developing a bar chart using chart.js (http://www.chartjs.org). But I don't know how to change color of labels of the chart. Please refer to the image below:
So, I need to change the color of 'January', 'February' and the value: '0', '5', '10' and so on.
I have read the documentation about it, but it seem doesn't has option to change the labels color (http://www.chartjs.org/docs/#bar-chart).
Any ideas? Thank You!