File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
AAInfographics/AAOptionsModel Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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- */
360352public 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-
409373public class AAZooming : AAObject {
410374 public var key : String ?
411375 public var mouseWheel : AAMouseWheel ?
You can’t perform that action at this time.
0 commit comments