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