X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=a835dc379102c2e24d3c5365e3fedfc4a5b37c47;hb=24f7710ba142479e082ac909f84283c0ad8261ce;hp=91d3ee4271bf7027e20c114b25cff345d44834ba;hpb=995b9973b84f282f4c54426e888834617c3cc1f4;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 91d3ee4..a835dc3 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -1,13 +1,17 @@ + + zoom - - - - + + + @@ -31,13 +35,17 @@       -
+

        -
+

  +

+   +   +  

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