[O] Make legend font size smaller
This commit is contained in:
@@ -19,6 +19,18 @@ export default class GraphOverall extends Vue
|
|||||||
},
|
},
|
||||||
text: 'Your average score graph all time'
|
text: 'Your average score graph all time'
|
||||||
},
|
},
|
||||||
|
// Legend
|
||||||
|
legend:
|
||||||
|
{
|
||||||
|
show: true,
|
||||||
|
//left: 'auto',
|
||||||
|
//align: 'left',
|
||||||
|
//orient: 'vertical'
|
||||||
|
textStyle:
|
||||||
|
{
|
||||||
|
fontSize: 11
|
||||||
|
}
|
||||||
|
},
|
||||||
series:
|
series:
|
||||||
{
|
{
|
||||||
smooth: false
|
smooth: false
|
||||||
|
|||||||
Reference in New Issue
Block a user