调整
This commit is contained in:
parent
d3ebc8cbf5
commit
5ab66f0571
@ -98,7 +98,9 @@ const chart = reactive({
|
|||||||
type: 'line',
|
type: 'line',
|
||||||
showSymbol: false,
|
showSymbol: false,
|
||||||
data: [],
|
data: [],
|
||||||
areaStyle: {}
|
areaStyle: {
|
||||||
|
origin: 'start'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
@ -104,7 +104,9 @@ const chart = reactive({
|
|||||||
type: 'line',
|
type: 'line',
|
||||||
showSymbol: false,
|
showSymbol: false,
|
||||||
data: [],
|
data: [],
|
||||||
areaStyle: {}
|
areaStyle: {
|
||||||
|
origin: 'start'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user