图表更新
This commit is contained in:
parent
be8059065d
commit
6380bb1079
src/views/dashboard
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user