From 85420297c491609116999574a4c7222687c3b743 Mon Sep 17 00:00:00 2001 From: An An <2236368544@qq.com> Date: Tue, 19 Mar 2024 17:30:17 +0800 Subject: [PATCH] Update MixedChartVC.swift --- .../ViewController/MixedChartVC.swift | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/AAInfographicsDemo/Demo/AAChartModel/ViewController/MixedChartVC.swift b/AAInfographicsDemo/Demo/AAChartModel/ViewController/MixedChartVC.swift index 01c1e87..6fed5f5 100644 --- a/AAInfographicsDemo/Demo/AAChartModel/ViewController/MixedChartVC.swift +++ b/AAInfographicsDemo/Demo/AAChartModel/ViewController/MixedChartVC.swift @@ -41,16 +41,16 @@ class MixedChartVC: AABaseChartVC { override func chartConfigurationWithSelectedChartTypeString(_ selectedChartTypeStr: String) -> Any? { switch selectedChartTypeStr { - case "arearangeMixedLine": return MixedChartComposer.arearangeMixedLineChart() - case "columnrangeMixedLine": return MixedChartComposer.columnrangeMixedLineChart() - case "stackingColumnMixedLine": return MixedChartComposer.stackingColumnMixedLineChart() - case "scatterMixedLine": return MixedChartComposer.scatterMixedLineChart() - case "polygonMixedScatter": return MixedChartComposer.polygonMixedScatterChart() - case "polarChartMixed": return MixedChartComposer.polarChartMixedChart() - case "columnMixedScatter": return MixedChartComposer.columnMixedScatterChart() - case "pieMixedLineMixedColumn": return MixedChartComposer.pieMixedLineMixedColumnChart() + case "arearangeMixedLineChart": return MixedChartComposer.arearangeMixedLineChart() + case "columnrangeMixedLineChart": return MixedChartComposer.columnrangeMixedLineChart() + case "stackingColumnMixedLineChart": return MixedChartComposer.stackingColumnMixedLineChart() + case "scatterMixedLineChart": return MixedChartComposer.scatterMixedLineChart() + case "polygonMixedScatterChart": return MixedChartComposer.polygonMixedScatterChart() + case "polarChartMixedChart": return MixedChartComposer.polarChartMixedChart() + case "columnMixedScatterChart": return MixedChartComposer.columnMixedScatterChart() + case "pieMixedLineMixedColumnChart": return MixedChartComposer.pieMixedLineMixedColumnChart() case "aerasplinerangeMixedColumnrangeMixedLineChart": return MixedChartComposer.areasplinerangeMixedColumnrangeMixedLineChart() - case "boxplotMixedScatterChartWithJitter": return MixedChartComposer.boxplotMixedScatterChartWithJitter() + case "boxplotMixedScatterChartWithJitterChart": return MixedChartComposer.boxplotMixedScatterChartWithJitter() default: return MixedChartComposer.arearangeMixedLineChart() } }