Merge pull request #13022 from dataease/pr@dev-v2@refactor_plugin_axis_event

refactor(图表): 添加图表插件字段编辑事件
This commit is contained in:
wisonic-s 2024-10-30 17:12:46 +08:00 committed by GitHub
commit 05f7848914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>