This commit is contained in:
Shikong 2023-07-19 14:30:39 +08:00
parent d3ebc8cbf5
commit 5ab66f0571
2 changed files with 6 additions and 2 deletions

View File

@ -98,7 +98,9 @@ const chart = reactive({
type: 'line',
showSymbol: false,
data: [],
areaStyle: {}
areaStyle: {
origin: 'start'
}
}
]
})

View File

@ -104,7 +104,9 @@ const chart = reactive({
type: 'line',
showSymbol: false,
data: [],
areaStyle: {}
areaStyle: {
origin: 'start'
}
}
]
})