[O] Display x axis name

This commit is contained in:
Hykilpikonna
2019-10-20 17:23:22 -04:00
parent 60804dd98c
commit 84e0647c35
@@ -52,7 +52,9 @@ export default class CourseScatter extends Vue
xAxis: xAxis:
{ {
type: 'time', type: 'time',
name: 'Timeline' name: 'Timeline',
nameLocation: "middle",
nameGap: 22,
}, },
// Y axis represents GPAs and MaxGPAs // Y axis represents GPAs and MaxGPAs