X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fzoom.html;h=a835dc379102c2e24d3c5365e3fedfc4a5b37c47;hb=0c59a4284a1fe42d254fb07df67d6c01a9577a84;hp=91d3ee4271bf7027e20c114b25cff345d44834ba;hpb=061d4e773eb897d07d59d2294f13bbfeab85d3bc;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 }); + }