diff --git a/core/core-frontend/src/components/visualization/LinkageSet.vue b/core/core-frontend/src/components/visualization/LinkageSet.vue index e590138aa9..a56c335afe 100644 --- a/core/core-frontend/src/components/visualization/LinkageSet.vue +++ b/core/core-frontend/src/components/visualization/LinkageSet.vue @@ -549,6 +549,7 @@ const sourceLinkageInfoFilter = computed(() => { if (state.sourceLinkageInfo.targetViewFields) { const curCheckAllAxisStr = JSON.stringify(state.curLinkageViewInfo.xAxis) + + JSON.stringify(state.curLinkageViewInfo.drillFields) + JSON.stringify(state.curLinkageViewInfo.xAxisExt) + (state.curLinkageViewInfo.type.includes('chart-mix') ? JSON.stringify(state.curLinkageViewInfo.extBubble)