This commit is contained in:
liuye
2022-04-12 11:33:55 +08:00
parent 8779b59856
commit 19453c366a

View File

@@ -38,8 +38,8 @@
</div> </div>
<div class="line-chart chart-content"> <div class="line-chart chart-content">
<div class="title">交易趋势</div> <div class="title">交易趋势</div>
<p class="header-title"><span class="tips-bg" style="background: #2891FF;"></span>申请笔数<span class="tips-bg" <p class="header-title"><span class="tips-bg" style="background: #2891FF;"></span>申请笔数
style="background: #26D52B;"></span>放款笔数 <!-- <span class="tips-bg" style="background: #26D52B;"></span>放款笔数 -->
</p> </p>
<div id="lineChart"></div> <div id="lineChart"></div>
</div> </div>
@@ -258,19 +258,19 @@ export default {
} }
} }
}, },
{ // {
name: '放款笔数', // name: '放款笔数',
type: 'line', // type: 'line',
stack: 'Total', // stack: 'Total',
data: auditList, // data: auditList,
itemStyle: { // itemStyle: {
normal: { // normal: {
lineStyle: { // lineStyle: {
color: '#26D52B' // color: '#26D52B'
} // }
} // }
} // }
}, // },
] ]
}; };
this.lineChart.setOption(option) this.lineChart.setOption(option)