fix:修复chart Y轴显示不正常的问题

This commit is contained in:
zhangyu
2021-04-09 11:31:19 +08:00
parent df7749666f
commit 617c2e232e

View File

@@ -623,7 +623,7 @@ window.onload = function () {
if (units.length < 1) {
unitOptions.forEach((item, index) => {
item.children.forEach((n, i) => {
units.push(n)
units.push({ ...n, type: item.label })
})
})
}