update
This commit is contained in:
parent
309cdacdc9
commit
43c76f2f6b
@ -58,11 +58,13 @@ export default {
|
|||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
name: '车流量',
|
name: '车流量',
|
||||||
data: this.rawData.carResList
|
data: this.rawData.carResList,
|
||||||
|
index: 0 // 使用左Y轴
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '客单量',
|
name: '客单量',
|
||||||
data: this.rawData.orderResList
|
data: this.rawData.orderResList,
|
||||||
|
index: 1 // 使用左Y轴
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user