From 9bc9c3c39c66ba89e334a38b045cd3285e6f0abc Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 21 Apr 2025 18:29:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BB=8E=E5=85=B6=E4=BB=96=E8=AE=BE=E7=BD=AE=E4=BA=86=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E7=BA=BF=E7=9A=84=E5=9B=BE=E8=A1=A8=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=B1=A1=E9=99=90=E5=9B=BE=E5=92=8C=E6=95=A3=E7=82=B9=E5=9B=BE?= =?UTF-8?q?=E4=BC=9A=E6=98=BE=E7=A4=BA=E8=BE=85=E5=8A=A9=E7=BA=BF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/others/quadrant.ts | 1 - .../src/views/chart/components/js/panel/charts/others/scatter.ts | 1 - 2 files changed, 2 deletions(-) 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)