Skip to content

Commit 578406f

Browse files
committed
Add multiLevelStopsArrGradientColorAreasplineMixedLineChart sample entrance
1 parent b0ec36a commit 578406f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AAInfographicsDemo/Demo/AAChartListVC/AAChartModelListVC.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
[

AAInfographicsDemo/Demo/AAChartModel/ViewController/MixedChartVC.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)