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 af12af6 commit 74458efCopy full SHA for 74458ef
AAInfographics/AAChartCreator/AAChartView.swift
@@ -263,7 +263,7 @@ public class AAChartView: WKWebView {
263
}
264
if touchEventEnabled == true {
265
aaOptions.touchEventEnabled = true
266
- if clickEventEnabled == false {//避免重复调用配置方法
+ if clickEventEnabled != true {//避免重复调用配置方法
267
configurePlotOptionsSeriesPointEvents(aaOptions)
268
269
0 commit comments