Skip to content

Commit 79e4cb6

Browse files
committed
Update AAChart.swift
1 parent fca968b commit 79e4cb6

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

AAInfographics/AAOptionsModel/AAChart.swift

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,6 @@ public class AAChartEvents: AAObject {
349349
}
350350
}
351351

352-
353-
354-
/**
355-
panning:{
356-
enabled:false
357-
type:x
358-
}
359-
*/
360352
public class AAPanning: AAObject {
361353
public var enabled: Bool?
362354
public var type: String?
@@ -378,34 +370,6 @@ public class AAPanning: AAObject {
378370
}
379371
}
380372

381-
382-
/**
383-
zooming:{
384-
key:undefined
385-
mouseWheel:{
386-
enabled:true
387-
sensitivity:1.1
388-
type:undefined
389-
}
390-
pinchType:undefined
391-
resetButton:{
392-
position:{
393-
align:right
394-
verticalAlign:top
395-
x:-10
396-
y:10
397-
}
398-
relativeTo:plot
399-
theme:{
400-
zIndex:6
401-
}
402-
}
403-
singleTouch:false
404-
type:undefined
405-
}
406-
*/
407-
408-
409373
public class AAZooming: AAObject {
410374
public var key: String?
411375
public var mouseWheel: AAMouseWheel?

0 commit comments

Comments
 (0)