X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Finteraction.html;h=a9b99c16b399941bb01fd49c50fd250cb871b7e4;hb=bedc5cd39283fe07b9e4125c4e397b14571fed15;hp=e9361fde7acdc46257311a8d0c1899b58494e918;hpb=e5152598cf72fb46c396f79edebc68e9fb4fec73;p=dygraphs.git diff --git a/tests/interaction.html b/tests/interaction.html index e9361fd..a9b99c1 100644 --- a/tests/interaction.html +++ b/tests/interaction.html @@ -1,15 +1,13 @@ - interaction model - - - - - + + + @@ -23,7 +21,9 @@ No interaction model
- Click and drag all you like, it won't do anything! + Click and drag all you like, it won't do anything! +
+ Custom interaction model @@ -51,8 +51,13 @@ Dygraph.addEvent(document, "click", function() { lastClickedGraph = null; }); var g = new Dygraph(document.getElementById("div_g"), NoisyData, { errorBars : true }); + var s = document.getElementById("g2_console"); var g2 = new Dygraph(document.getElementById("div_g2"), - NoisyData, { errorBars : true, interactionModel : {} }); + NoisyData, + { + errorBars : true, + interactionModel: {} + }); var g3 = new Dygraph(document.getElementById("div_g3"), NoisyData, { errorBars : true, interactionModel : { 'mousedown' : downV3,