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