forked from github/dataease
Merge pull request #13022 from dataease/pr@dev-v2@refactor_plugin_axis_event
refactor(图表): 添加图表插件字段编辑事件
This commit is contained in:
commit
05f7848914
@ -1998,6 +1998,11 @@ const deleteChartFieldItem = id => {
|
||||
:quota="state.quota"
|
||||
:themes="themes"
|
||||
:emitter="emitter"
|
||||
@onDimensionItemChange="dimensionItemChange"
|
||||
@onDimensionItemRemove="dimensionItemRemove"
|
||||
@onNameEdit="showRename"
|
||||
@onCustomSort="onCustomSort"
|
||||
@valueFormatter="valueFormatter"
|
||||
/>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
Loading…
Reference in New Issue
Block a user