图表更新

This commit is contained in:
磷叶 2024-09-11 21:23:07 +08:00
parent be8059065d
commit 6380bb1079
2 changed files with 5 additions and 15 deletions

View File

@ -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: {

View File

@ -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: {