X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=afc39a3a0851f6e32bd0d8728cc9f8f5919081a6;hb=051a854a82738473230fd1c20b6c9cacb036269d;hp=91d3ee4271bf7027e20c114b25cff345d44834ba;hpb=90e29a7415fdbb87d6df022c0115566d52373d2a;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 91d3ee4..afc39a3 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -1,13 +1,13 @@ + zoom - - - - - + + + @@ -31,13 +31,17 @@       -
+

        -
+

  +

+   +   +  

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