Commit 48c0937d by 无尘

feat: 增加图表

parent ac1637e2
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-02 16:48:49
* @LastEditors: 无尘
* @LastEditTime: 2020-07-02 17:19:21
* @LastEditTime: 2020-07-02 17:22:44
-->
<!--
<area-chart :charData="charData" id="area-chart"></area-chart>
......@@ -63,7 +63,8 @@ export default {
this.chart.source(this.charData);
this.chart.scale({
value: {
min: 0
min: 0,
nice: true
},
year: {
range: [0, 1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment