Skip to content

Commit e80ed11

Browse files
committed
Update AABaseChartVC.swift
1 parent ba970c5 commit e80ed11

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

AAInfographicsDemo/Demo/AdditionalContent2/AABaseChartVC.swift

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -243,21 +243,21 @@ class AABaseChartVC: UIViewController {
243243

244244
// aaOptions.chart?.pinchType = nil
245245

246-
aaOptions.chart?.zooming?
247-
.resetButton(AAResetButton()
248-
.theme(AAButtonTheme()
249-
.fill(AAColor.yellow)
250-
.stroke(AAColor.green)
251-
.strokeWidth(3)
252-
.r(3)
253-
.states(AAButtonThemeStates()
254-
.hover(AAButtonThemeStatesHover()
255-
.fill(AAColor.red)
256-
.style(AAStyle()
257-
.color(AAColor.white))))))
258-
.singleTouch(true)
259-
.type(.x)
260-
.pinchType(.x)
246+
// aaOptions.chart?.zooming?
247+
// .resetButton(AAResetButton()
248+
// .theme(AAButtonTheme()
249+
// .fill(AAColor.yellow)
250+
// .stroke(AAColor.green)
251+
// .strokeWidth(3)
252+
// .r(3)
253+
// .states(AAButtonThemeStates()
254+
// .hover(AAButtonThemeStatesHover()
255+
// .fill(AAColor.red)
256+
// .style(AAStyle()
257+
// .color(AAColor.white))))))
258+
// .singleTouch(true)
259+
// .type(.x)
260+
// .pinchType(.x)
261261
}
262262

263263
func refreshChartWithChartConfiguration() {

0 commit comments

Comments
 (0)