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
commit 804bf54d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"