Skip to content

Commit 923133c

Browse files
committed
Remove outdated content
1 parent c15e995 commit 923133c

1 file changed

Lines changed: 0 additions & 64 deletions

File tree

AAChartKitDemo/ChartsDemo/DrawChartWithAAOptionsVC.m

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,31 +1057,6 @@ - (AAOptions *)yAxisOnTheRightSideChart {
10571057
}
10581058

10591059
- (AAOptions *)simpleGaugeChart {
1060-
// NSDictionary *aaOptions = @{
1061-
// @"chart": @{
1062-
// @"type": @"gauge"
1063-
// },
1064-
// @"pane": @{
1065-
// @"startAngle": @-150,
1066-
// @"endAngle": @150
1067-
// },
1068-
// @"yAxis": @{
1069-
// @"min": @0,
1070-
// @"max": @100,
1071-
// @"plotBands": @[
1072-
// @{
1073-
// @"from": @0,
1074-
// @"to": @60,
1075-
// @"color": @"#FF0000",
1076-
// @"outerRadius": @"105%",
1077-
// @"thickness": @"5%"
1078-
// }]
1079-
// },
1080-
// @"series": @[@{
1081-
// @"data": @[@80]
1082-
// }]
1083-
// };
1084-
10851060
AAOptions *aaOptions2 = AAOptions.new
10861061
.chartSet(AAChart.new
10871062
.typeSet(AAChartTypeGauge))
@@ -1106,45 +1081,6 @@ - (AAOptions *)simpleGaugeChart {
11061081
}
11071082

11081083
- (AAOptions *)gaugeChartWithPlotBand {
1109-
// NSDictionary *aaOptions = @{
1110-
// @"chart": @{
1111-
// @"type": @"gauge",
1112-
// },
1113-
// @"title": @{
1114-
// @"text": @"速度仪"
1115-
// },
1116-
// @"pane": @{
1117-
// @"startAngle": @-150,
1118-
// @"endAngle": @150,
1119-
// },
1120-
// // the value axis
1121-
// @"yAxis": @{
1122-
// @"min": @0,
1123-
// @"max": @200,
1124-
//
1125-
// @"title": @{
1126-
// @"text": @"km/h"
1127-
// },
1128-
// @"plotBands": @[@{
1129-
// @"from":@ 0,
1130-
// @"to": @120,
1131-
// @"color": @"#ffc069"
1132-
// }, @{
1133-
// @"from": @120,
1134-
// @"to": @160,
1135-
// @"color": @"#fe117c"
1136-
// }, @{
1137-
// @"from": @160,
1138-
// @"to": @200,
1139-
// @"color": @"#06caf4"
1140-
// }]
1141-
// },
1142-
// @"series": @[@{
1143-
// @"name": @"Speed",
1144-
// @"data": @[@80],
1145-
// }]
1146-
// };
1147-
11481084
AAOptions *aaOptions2 = AAOptions.new
11491085
.chartSet(AAChart.new
11501086
.typeSet(AAChartTypeGauge))

0 commit comments

Comments
 (0)