diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts index d1dfaef39a..608aece2af 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts @@ -86,16 +86,7 @@ export class Waterfall extends G2PlotChartView { xField: 'field', yField: 'value', seriesField: 'category', - appendPadding: getPadding(chart), - interactions: [ - { - type: 'tooltip', - cfg: { - start: [{ trigger: 'interval:mousemove', action: 'tooltip:show' }], - end: [{ trigger: 'interval:mouseleave', action: 'tooltip:hide' }] - } - } - ] + appendPadding: getPadding(chart) } const options = this.setupOptions(chart, baseOptions) const { Waterfall: G2Waterfall } = await import('@antv/g2plot/esm/plots/waterfall')