[O] Label x and y axis
This commit is contained in:
@@ -34,12 +34,16 @@ export default class CourseScatter extends Vue
|
|||||||
xAxis:
|
xAxis:
|
||||||
{
|
{
|
||||||
type: 'time',
|
type: 'time',
|
||||||
|
name: 'Timeline'
|
||||||
},
|
},
|
||||||
|
|
||||||
// Y axis represents GPAs and MaxGPAs
|
// Y axis represents GPAs and MaxGPAs
|
||||||
yAxis:
|
yAxis:
|
||||||
{
|
{
|
||||||
type: 'value'
|
type: 'value',
|
||||||
|
name: 'Percentage Score',
|
||||||
|
max: 1,
|
||||||
|
min: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
// Data
|
// Data
|
||||||
|
|||||||
Reference in New Issue
Block a user