File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
AAInfographicsDemo/Demo/AdditionalContent2 Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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( ) {
You can’t perform that action at this time.
0 commit comments