Improve graph label

This commit is contained in:
Wilson Lin 2021-08-07 23:59:20 +10:00
parent 9d968ade18
commit 397327bdeb
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const combinedChartOptions = () => ({
{
id: 'y1',
type: 'linear',
scaleLabel: {display: true, fontSize: 22, fontColor: COLOUR_SPEED_PRIMARY, fontStyle: 'bold', labelString: 'Average relative op/s'},
scaleLabel: {display: true, fontSize: 22, fontColor: COLOUR_SPEED_PRIMARY, fontStyle: 'bold', labelString: 'Average performance'},
position: 'left',
ticks: {
callback: "$$$_____REPLACE_WITH_TICK_CALLBACK_____$$$",