[O] Make legend font size smaller

This commit is contained in:
Hykilpikonna
2019-09-29 14:47:47 -04:00
parent 0e92cedf54
commit e9a6cfe5c5
@@ -19,6 +19,18 @@ export default class GraphOverall extends Vue
},
text: 'Your average score graph all time'
},
// Legend
legend:
{
show: true,
//left: 'auto',
//align: 'left',
//orient: 'vertical'
textStyle:
{
fontSize: 11
}
},
series:
{
smooth: false