Skip to content

Commit ba970c5

Browse files
committed
Update AABaseChartVC.swift
1 parent 79e4cb6 commit ba970c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AAInfographicsDemo/Demo/AdditionalContent2/AABaseChartVC.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ class AABaseChartVC: UIViewController {
241241
.noData("暂无数据")
242242
.resetZoom("点击重置缩放比例")
243243

244-
aaOptions.chart?.pinchType = nil
244+
// aaOptions.chart?.pinchType = nil
245245

246-
aaOptions.chart?.zooming = AAZooming()
246+
aaOptions.chart?.zooming?
247247
.resetButton(AAResetButton()
248248
.theme(AAButtonTheme()
249249
.fill(AAColor.yellow)

0 commit comments

Comments
 (0)