scales: {
xAxes: [{
position: 'bottom',
- gridLines: {
- zeroLineColor: 'rgba(0,0,0,1)'
- }
}],
yAxes: [{
type: 'linear', // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
"gridLines":{
"drawOnChartArea": false,
"drawBorder": false,
- "color": "rgba(0, 0, 0, 1)",
- "zeroLineColor": "rgba(0, 0, 0, 1)"
+ "color": "rgba(0, 0, 0, 1)"
}
}, {
"type": "linear",
"gridLines":{
"drawOnChartArea": false,
"drawBorder": false,
- "color": "rgba(0, 0, 0, 1)",
- "zeroLineColor": "rgba(0, 0, 0, 1)"
+ "color": "rgba(0, 0, 0, 1)"
}
}]
}