[O] Label x and y axis

This commit is contained in:
Hykilpikonna
2019-10-20 11:57:37 -04:00
parent 416ef0991d
commit 9769fca6af
@@ -34,12 +34,16 @@ export default class CourseScatter extends Vue
xAxis:
{
type: 'time',
name: 'Timeline'
},
// Y axis represents GPAs and MaxGPAs
yAxis:
{
type: 'value'
type: 'value',
name: 'Percentage Score',
max: 1,
min: 0
},
// Data