diff --git a/src/views/dashboard/DailyBillReport.vue b/src/views/dashboard/DailyBillReport.vue index 8ce7dfc..810b603 100644 --- a/src/views/dashboard/DailyBillReport.vue +++ b/src/views/dashboard/DailyBillReport.vue @@ -120,9 +120,7 @@ export default { }], series: [{ name: '充值(元)', - type: 'bar', - stack: 'vistors', - barWidth: '30%', + type: 'line', data: this.getHourData(this.billData, 'recharge'), animationDuration, itemStyle: { @@ -132,9 +130,7 @@ export default { }, }, { name: '提现(元)', - type: 'bar', - stack: 'vistors', - barWidth: '30%', + type: 'line', data: this.getHourData(this.billData, 'withdraw'), animationDuration, itemStyle: { diff --git a/src/views/dashboard/DailyProfitReport.vue b/src/views/dashboard/DailyProfitReport.vue index f573abf..687d9c9 100644 --- a/src/views/dashboard/DailyProfitReport.vue +++ b/src/views/dashboard/DailyProfitReport.vue @@ -113,9 +113,7 @@ export default { }, series: [{ name: '月费收入(元)', - type: 'bar', - stack: 'vistors', - barWidth: '50%', + type: 'line', data: this.getChartData(this.billData, 'monthAmount'), itemStyle: { normal: { @@ -124,9 +122,7 @@ export default { }, }, { name: '服务费收入(元)', - type: 'bar', - stack: 'vistors', - barWidth: '50%', + type: 'line', data: this.getChartData(this.billData, 'serviceAmount'), itemStyle: { normal: { @@ -135,9 +131,7 @@ export default { }, },{ name: '渠道成本(元)', - type: 'bar', - barWidth: '50%', - stack: 'vistors', + type: 'line', data: this.getChartData(this.billData, 'channelCost'), itemStyle: { normal: {