I'm using v2.*... However, I can't seem to set the default color for a line chart. I'm mainly looking to set the color of the x/y chart values. figured the below might do it - but it does nothing to the chart at all.
Chart.defaults.global.defaultColor = 'orange',
Update: here's a jsfiddle with live chart In short, I'm looking to change the color of the labels i.e. Feb 7, 2016, etc etc.
https://jsfiddle.net/o534w6jj/
Help? :)
Okay, so I figured it out. It's the
ticks
property I'm looking for...see code below.See updated jsfiddle: https://jsfiddle.net/o534w6jj/1/