From 0cfb541aab701e02f7d1ec2c7ae27a65f3b11daa Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 3 Sep 2024 20:03:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8-=E5=8F=8C=E8=BD=B4?= =?UTF-8?q?=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E7=BC=A9=E7=95=A5=E8=BD=B4=E5=90=8E=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=BB=84=E5=90=88=E5=9B=BE=EF=BC=8C=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=9B=BE=E4=B9=9F=E4=BC=9A=E6=9C=89=E7=BC=A9=E7=95=A5=E8=BD=B4?= =?UTF-8?q?=E7=9A=84=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/chart-mix.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts index 1b7dde1f61..0c7f1c359e 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts @@ -583,7 +583,6 @@ export class ColumnLineMix extends G2PlotChartView { this.configLegend, this.configXAxis, this.configYAxis, - this.configSlider, this.configAnalyse, this.configEmptyDataStrategy )(chart, options)