fix: 修改标签数字格式未跟随大屏仪表板格式问题 (#17600)

This commit is contained in:
王嘉豪
2025-12-15 13:09:21 +08:00
committed by GitHub
parent 286290b64b
commit 1b5abd1cb1

View File

@@ -292,6 +292,9 @@ export const formatterViewInfo = (viewInfo, value) => {
viewInfo['customAttr']['label']['quotaLabelFormatter'],
value
)
viewInfo['customAttr']['label']['seriesLabelFormatter'].forEach(function (item) {
item['formatterCfg'] = merge(item['formatterCfg'], value)
})
viewInfo['customAttr']['label']['totalFormatter'] = merge(
viewInfo['customAttr']['label']['totalFormatter'],
value