File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
AAInfographicsDemo/Demo/AdditionalContent2 Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ class AABaseChartVC: UIViewController {
232232 aaOptions. credits?
233233 . enabled ( true )
234234 . text ( " https://github.com/AAChartModel/AAChartKit " )
235- . href ( " https://github.com/AAChartModel/AAChartKit " )
235+ // .href("https://github.com/AAChartModel/AAChartKit")
236236 . style ( AAStyle ( )
237237 . color ( AAColor . red)
238238 . fontSize ( 9 ) )
@@ -245,19 +245,6 @@ class AABaseChartVC: UIViewController {
245245
246246 aaOptions. chart? . zooming = AAZooming ( )
247247 . resetButton ( AAResetButton ( )
248- // .theme([
249- // "fill": "yellow",
250- // "stroke": "green",
251- // "r": 3,
252- // "states": [
253- // "hover": [
254- // "fill": "#ff0000",
255- // "style": [
256- // "color": "white"
257- // ]
258- // ]
259- // ]
260- // ]))
261248 . theme ( AAButtonTheme ( )
262249 . fill ( AAColor . yellow)
263250 . stroke ( AAColor . green)
You can’t perform that action at this time.
0 commit comments