[O] Add '%' signs to y axis labels

This commit is contained in:
Hykilpikonna
2019-10-20 18:24:33 -04:00
parent 6286c5736e
commit b5ad7c12e3
@@ -62,6 +62,10 @@ export default class CourseScatter extends Vue
name: 'Percentage Score',
nameLocation: 'center',
nameGap: 28,
axisLabel:
{
formatter: (name: any) => name + '%'
},
max: 100,
min: (value: any) => Math.floor(value.min) - 5
},