[O] Add '%' signs to y axis labels
This commit is contained in:
@@ -62,6 +62,10 @@ export default class CourseScatter extends Vue
|
|||||||
name: 'Percentage Score',
|
name: 'Percentage Score',
|
||||||
nameLocation: 'center',
|
nameLocation: 'center',
|
||||||
nameGap: 28,
|
nameGap: 28,
|
||||||
|
axisLabel:
|
||||||
|
{
|
||||||
|
formatter: (name: any) => name + '%'
|
||||||
|
},
|
||||||
max: 100,
|
max: 100,
|
||||||
min: (value: any) => Math.floor(value.min) - 5
|
min: (value: any) => Math.floor(value.min) - 5
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user