Skip to content

Commit e96202a

Browse files
committed
Update CustomStyleChartVC.swift
1 parent 237d699 commit e96202a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AAInfographicsDemo/Demo/AAChartModel/ViewController/CustomStyleChartVC.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ class CustomStyleChartVC: AABaseChartVC {
220220
])
221221
}
222222

223-
223+
//Issue: https://github.com/AAChartModel/AAChartKit-Swift/issues/190
224+
//API Doc: https://api.highcharts.com/highcharts/plotOptions.pyramid.reversed
224225
private func upsideDownPyramidChart() -> AAChartModel {
225226
AAChartModel()
226227
.chartType(.pyramid)

0 commit comments

Comments
 (0)