mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 修改标签数字格式未跟随大屏仪表板格式问题 (#17600)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user