diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 246bea7ea0..7abf945bac 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -131,7 +131,7 @@ export function getTheme(chart: Chart) { fontSize: tooltipFontsize + 'px', background: tooltipBackgroundColor, boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.1)', - 'z-index': 3000, + 'z-index': 2000, position: 'fixed' } }