[O] Remove x axis name

This commit is contained in:
Hykilpikonna
2019-10-20 18:15:13 -04:00
parent 444a3733bd
commit 3b14727f81
@@ -52,9 +52,6 @@ export default class CourseScatter extends Vue
xAxis:
{
type: 'time',
name: 'Timeline',
nameLocation: 'center',
nameGap: 42,
max: FormatUtils.toChartDate(new Date())
},