Merge pull request #5638 from dataease/pr@dev@fix_ext_quota_formatter
fix(视图-数值格式化): 修复对称条形图副值轴无法调整格式化
This commit is contained in:
commit
37cd93d756
@ -449,7 +449,7 @@ export default {
|
||||
|
||||
valueFormatter() {
|
||||
this.item.index = this.index
|
||||
this.item.formatterType = 'quota'
|
||||
this.item.formatterType = 'quotaExt'
|
||||
this.$emit('valueFormatter', this.item)
|
||||
}
|
||||
}
|
||||
|
||||
@ -819,6 +819,7 @@
|
||||
@editItemFilter="showQuotaEditFilter"
|
||||
@onNameEdit="showRename"
|
||||
@editItemCompare="showQuotaEditCompare"
|
||||
@valueFormatter="valueFormatter"
|
||||
/>
|
||||
</transition-group>
|
||||
</draggable>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user