Hello i'm trying to cahnge the number in the axis of the chart to black. I've tried this:
msg.ui_control = {options: {
scales: {
yAxes: [{
ticks: {
fontColor: 'black'
},
}],
xAxes: [{
ticks: {
fontColor: 'black'
},
}]
}
}}
but it didn't work.... any ideas?