We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4cb6 commit ba970c5Copy full SHA for ba970c5
AAInfographicsDemo/Demo/AdditionalContent2/AABaseChartVC.swift
@@ -241,9 +241,9 @@ class AABaseChartVC: UIViewController {
241
.noData("暂无数据")
242
.resetZoom("点击重置缩放比例")
243
244
- aaOptions.chart?.pinchType = nil
+// aaOptions.chart?.pinchType = nil
245
246
- aaOptions.chart?.zooming = AAZooming()
+ aaOptions.chart?.zooming?
247
.resetButton(AAResetButton()
248
.theme(AAButtonTheme()
249
.fill(AAColor.yellow)
0 commit comments