fix(图表): 修复从其他设置了辅助线的图表切换象限图和散点图会显示辅助线的问题

This commit is contained in:
ulleo
2025-04-21 18:29:16 +08:00
committed by dataeaseShu
parent a5a62db7e9
commit 9bc9c3c39c
2 changed files with 0 additions and 2 deletions

View File

@@ -477,7 +477,6 @@ export class Quadrant extends G2PlotChartView<ScatterOptions, G2Scatter> {
this.configLegend,
this.configXAxis,
this.configYAxis,
this.configAnalyse,
this.configSlider,
this.configBasicStyle
)(chart, options, {}, this)

View File

@@ -334,7 +334,6 @@ export class Scatter extends G2PlotChartView<ScatterOptions, G2Scatter> {
this.configLegend,
this.configXAxis,
this.configYAxis,
this.configAnalyse,
this.configSlider,
this.configBasicStyle
)(chart, options)