[M] Move graph title to the graph component
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="graph-overall">
|
<div id="graph-overall">
|
||||||
|
<p>Your average score graph all time:</p>
|
||||||
<ve-line :data="chart" :extend="settings"></ve-line>
|
<ve-line :data="chart" :extend="settings"></ve-line>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-card style="margin-right: 20px">
|
<el-card style="margin-right: 20px">
|
||||||
<p>Your average score graph all time:</p>
|
|
||||||
<graph-overall :chart="convertCharts"></graph-overall>
|
<graph-overall :chart="convertCharts"></graph-overall>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user