[O] Show title in graph settings
This commit is contained in:
@@ -13,12 +13,13 @@ export default class GraphOverall extends Vue
|
||||
// Title
|
||||
title:
|
||||
{
|
||||
show: false,
|
||||
show: true,
|
||||
textStyle:
|
||||
{
|
||||
fontSize: 12
|
||||
},
|
||||
text: 'Your average score graph all time'
|
||||
text: 'Average Grade',
|
||||
subtext: 'Average grade trend for your classes',
|
||||
},
|
||||
// Legend
|
||||
legend:
|
||||
|
||||
Reference in New Issue
Block a user