y: {
type: 'linear', // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
display: true,
- position: 'left'
+ position: 'left',
+
+ ticks: {
+ font: {
+ color: window.chartColors.red
+ }
+ }
},
y2: {
type: 'linear', // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
position: 'right',
reverse: true,
- // grid line settings
+ ticks: {
+ font: {
+ color: window.chartColors.blue
+ }
+ },
+
gridLines: {
drawOnChartArea: false, // only want the grid lines for one axis to show up
}