fix(图表): 修复移动端表格提示配置不显示

This commit is contained in:
wisonic-s
2025-11-11 17:54:43 +08:00
committed by wisonic-s
parent e3056173ec
commit 7ca66da9f8

View File

@@ -489,12 +489,7 @@ watch(
@onLabelChange="onLabelChange"
/>
</collapse-switch-item>
<!-- tooltip 为鼠标悬停 移动端table看不到效果 不再单独配置 -->
<collapse-switch-item
v-if="
showProperties('tooltip-selector') &&
(!mobileInPc || (mobileInPc && chart.type.indexOf('table') === -1))
"
v-model="chart.customAttr.tooltip.show"
:themes="themes"
:change-model="chart.customAttr.tooltip"