forked from github/dataease
fix(视图-数值格式化): 修复对称条形图副值轴无法调整格式化
This commit is contained in:
parent
4ae1f8ca22
commit
753472ddcc
@ -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