X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fzoom.html;h=1f5cac900bfe1b958e5d932e52e9fa97a2260dff;hb=8b211dd655ffd4e8404afb58b98a7442dc06c1d2;hp=608ae6dfd10b8767045a891b39f8a270e556ff31;hpb=437c097971f7b20e593e256385bbc998c781e1d2;p=dygraphs.git diff --git a/tests/zoom.html b/tests/zoom.html index 608ae6d..1f5cac9 100644 --- a/tests/zoom.html +++ b/tests/zoom.html @@ -1,6 +1,6 @@ - noise + zoom @@ -12,7 +12,8 @@

Click the buttons to change the zoom level or just use the normal - click-and drag.

+ click-and drag. While zoom typically works by click-and-drag, the + butons are useful for testing.

Window coordinates (in dates and values):

@@ -23,7 +24,7 @@       -   +  
    @@ -38,7 +39,7 @@ g = new Dygraph( document.getElementById("div_g"), NoisyData, { - zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); } + zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); }, } );