图表更新
This commit is contained in:
parent
be8059065d
commit
6380bb1079
|
@ -120,9 +120,7 @@ export default {
|
||||||
}],
|
}],
|
||||||
series: [{
|
series: [{
|
||||||
name: '充值(元)',
|
name: '充值(元)',
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
stack: 'vistors',
|
|
||||||
barWidth: '30%',
|
|
||||||
data: this.getHourData(this.billData, 'recharge'),
|
data: this.getHourData(this.billData, 'recharge'),
|
||||||
animationDuration,
|
animationDuration,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
@ -132,9 +130,7 @@ export default {
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
name: '提现(元)',
|
name: '提现(元)',
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
stack: 'vistors',
|
|
||||||
barWidth: '30%',
|
|
||||||
data: this.getHourData(this.billData, 'withdraw'),
|
data: this.getHourData(this.billData, 'withdraw'),
|
||||||
animationDuration,
|
animationDuration,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
|
|
@ -113,9 +113,7 @@ export default {
|
||||||
},
|
},
|
||||||
series: [{
|
series: [{
|
||||||
name: '月费收入(元)',
|
name: '月费收入(元)',
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
stack: 'vistors',
|
|
||||||
barWidth: '50%',
|
|
||||||
data: this.getChartData(this.billData, 'monthAmount'),
|
data: this.getChartData(this.billData, 'monthAmount'),
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
|
@ -124,9 +122,7 @@ export default {
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
name: '服务费收入(元)',
|
name: '服务费收入(元)',
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
stack: 'vistors',
|
|
||||||
barWidth: '50%',
|
|
||||||
data: this.getChartData(this.billData, 'serviceAmount'),
|
data: this.getChartData(this.billData, 'serviceAmount'),
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
|
@ -135,9 +131,7 @@ export default {
|
||||||
},
|
},
|
||||||
},{
|
},{
|
||||||
name: '渠道成本(元)',
|
name: '渠道成本(元)',
|
||||||
type: 'bar',
|
type: 'line',
|
||||||
barWidth: '50%',
|
|
||||||
stack: 'vistors',
|
|
||||||
data: this.getChartData(this.billData, 'channelCost'),
|
data: this.getChartData(this.billData, 'channelCost'),
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user