fix:修复chart Y轴显示不正常的问题
This commit is contained in:
@@ -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 })
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user