X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=65f23a4c20325c53213e0a1c5b5356342a940123;hb=b4202b3d4b21a30ed00c6fdfe3d4d39de3034c2b;hp=4801a996639549d2565f261134ba90a3926c624e;hpb=10494b48b43d9ca8710d441d3c530c7d546f3edf;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 4801a99..65f23a4 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -27,13 +27,17 @@       -
+

        -
+

  +

+   +   +  

@@ -93,6 +97,10 @@ valueRange: null }); } + + function panEdgeFraction(value) { + g.updateOptions({ panEdgeFraction : value }); + }