修改bug

This commit is contained in:
GGJ
2024-10-29 14:49:34 +08:00
parent 05a5531b74
commit 8f3f904e6d
5 changed files with 23 additions and 19 deletions

View File

@@ -475,7 +475,7 @@ const init = (flag: boolean) => {
itemGap: 15,
type: 'scroll', // 开启滚动分页
// orient: 'vertical', // 垂直排列
top: 5,
top: 10,
bottom: 30,
width: 400,
height: 50
@@ -559,7 +559,7 @@ const init = (flag: boolean) => {
ABCList.forEach((kk: any) => {
let seriesList: any = []
kk.forEach((cc: any) => {
if (cc.statisticalData) {
if (cc.statisticalData !== null) {
yMethodList.push(cc.statisticalData?.toFixed(2) - 0)
}