[+] Add a graph title
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user