Merge pull request #9160 from dataease/pr@dev-v2@fix_table-linkage

fix(仪表板): 修复表格类联动跳转同时进行交互错误的问题
This commit is contained in:
王嘉豪
2024-04-17 13:36:52 +08:00
committed by GitHub

View File

@@ -686,6 +686,7 @@ const iconSize = computed<string>(() => {
:view="view"
:scale="scale"
:show-position="showPosition"
:element="element"
v-else-if="showChartView(ChartLibraryType.S2)"
ref="chartComponent"
@onChartClick="chartClick"