[+] Add title to course gpa graph

This commit is contained in:
Hykilpikonna
2019-09-29 19:14:02 -04:00
parent 0e1264d938
commit b22fc41582
@@ -17,6 +17,19 @@ export default class GraphAverage extends Vue
{
let settings =
{
// Title
title:
{
show: true,
textStyle:
{
fontSize: 12
},
text: 'Course GPA',
subtext: 'Current GPA for every course',
x: 'center'
},
// X axis represents course names
xAxis:
{