diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/quadrant.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/quadrant.ts index a4b539e5da..6f5aed3424 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/quadrant.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/quadrant.ts @@ -477,7 +477,6 @@ export class Quadrant extends G2PlotChartView { this.configLegend, this.configXAxis, this.configYAxis, - this.configAnalyse, this.configSlider, this.configBasicStyle )(chart, options, {}, this) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/scatter.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/scatter.ts index 639da81395..f81ca2d276 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/scatter.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/scatter.ts @@ -334,7 +334,6 @@ export class Scatter extends G2PlotChartView { this.configLegend, this.configXAxis, this.configYAxis, - this.configAnalyse, this.configSlider, this.configBasicStyle )(chart, options)