Skip to content

Commit fcb417c

Browse files
committed
Update AABaseChartVC.swift
1 parent fa0562c commit fcb417c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

AAInfographicsDemo/Demo/AdditionalContent2/AABaseChartVC.swift

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)