fixed second chart y axis not using correct color

This commit is contained in:
Jack 2021-04-15 19:59:07 +01:00
parent 66c02a8037
commit cd6afb4b30

View file

@ -664,8 +664,8 @@ export function updateColors(chart) {
} catch {}
try {
chart.options.scales.yAxes[2].ticks.minor.fontColor = ThemeColors.sub;
chart.options.scales.yAxes[2].scaleLabel.fontColor = ThemeColors.sub;
chart.options.scales.yAxes[1].ticks.minor.fontColor = ThemeColors.sub;
chart.options.scales.yAxes[1].scaleLabel.fontColor = ThemeColors.sub;
} catch {}
try {