@@ -7,12 +7,8 @@ export default class GraphOverall extends Vue
|
|||||||
{
|
{
|
||||||
@Prop({required: true}) chart: any;
|
@Prop({required: true}) chart: any;
|
||||||
|
|
||||||
private options =
|
private settings =
|
||||||
{
|
{
|
||||||
title:
|
|
||||||
{
|
|
||||||
text: 'Your average score graph all time'
|
|
||||||
},
|
|
||||||
series:
|
series:
|
||||||
{
|
{
|
||||||
smooth: false
|
smooth: false
|
||||||
|
|||||||
Reference in New Issue
Block a user