File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
AAChartModel/ViewController Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,8 @@ class AAChartModelListVC: AABaseListVC {
162162 " columnMixedScatterChart---柱状图混合散点图 " ,
163163 " pieMixedLineMixedColumnChart---扇形折线柱形混合图 " ,
164164 " aerasplinerangeMixedColumnrangeMixedLineChart---曲线面积范围混合柱形范围混合折线图 " ,
165- " boxplotMixedScatterChartWithJitterChart---带有抖动的箱线混合散点图 "
165+ " boxplotMixedScatterChartWithJitterChart---带有抖动的箱线混合散点图 " ,
166+ " multiLevelStopsArrGradientColorAreasplineMixedLineChart---多层次半透明渐变效果的曲线填充图混合折线图 " ,
166167 ] ,
167168 /*Custom chart style by AAChartModel*/
168169 [
@@ -353,7 +354,8 @@ class AAChartModelListVC: AABaseListVC {
353354 " columnMixedScatterChart " ,
354355 " pieMixedLineMixedColumnChart " ,
355356 " aerasplinerangeMixedColumnrangeMixedLineChart " ,
356- " boxplotMixedScatterChartWithJitterChart "
357+ " boxplotMixedScatterChartWithJitterChart " ,
358+ " multiLevelStopsArrGradientColorAreasplineMixedLineChart " ,
357359 ] ,
358360 /*Custom Style For Pie Chart*/
359361 [
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ class MixedChartVC: AABaseChartVC {
5151 case " pieMixedLineMixedColumnChart " : return MixedChartComposer . pieMixedLineMixedColumnChart ( )
5252 case " aerasplinerangeMixedColumnrangeMixedLineChart " : return MixedChartComposer . areasplinerangeMixedColumnrangeMixedLineChart ( )
5353 case " boxplotMixedScatterChartWithJitterChart " : return MixedChartComposer . boxplotMixedScatterChartWithJitter ( )
54+ case " multiLevelStopsArrGradientColorAreasplineMixedLineChart " : return MixedChartComposer . multiLevelStopsArrGradientColorAreasplineMixedLineChart ( )
5455 default : return MixedChartComposer . arearangeMixedLineChart ( )
5556 }
5657 }
You can’t perform that action at this time.
0 commit comments