[+] Add a graph title

This commit is contained in:
Hykilpikonna
2019-09-28 17:55:44 -04:00
parent c262584e2f
commit 610d1d190d
@@ -7,8 +7,12 @@ export default class GraphOverall extends Vue
{ {
@Prop({required: true}) chart: any; @Prop({required: true}) chart: any;
private settings = private options =
{ {
title:
{
text: 'Your average score graph all time'
},
series: series:
{ {
smooth: false smooth: false