X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=a79e1418787ce114669b21c5b9e3236e9458c9f5;hb=44f29e932dcbe83c1bfaebb8735579392e27a5df;hp=4801a996639549d2565f261134ba90a3926c624e;hpb=dea29a4d4be3876830153021ed8825745dfcead9;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 4801a99..a79e141 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 }); + }