检测模块中的柱状图纵坐标限制为整数(目前柱状图的option 只有检测模块中使用,无需区分需要有小数的地方)

This commit is contained in:
hyx
2022-06-10 16:35:03 +08:00
parent e0e55ab9f3
commit 98a3d66d63

View File

@@ -93,7 +93,8 @@ export const multipleBarOption = {
}, },
splitLine: { splitLine: {
show: false show: false
} },
minInterval:1
}, },
grid: { grid: {
top: 40, top: 40,