X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Finteraction.html;h=325926873c86374ba9621974931b796dc9c1dab9;hb=250bb62bb4614a3c1189c9b5b8b99e182a11db6e;hp=8389ae7ba1a64a9420ce8e9b7375cf94e8b6ed55;hpb=7e5ddc9488079169a4311f870727043b5216a81e;p=dygraphs.git diff --git a/tests/interaction.html b/tests/interaction.html index 8389ae7..3259268 100644 --- a/tests/interaction.html +++ b/tests/interaction.html @@ -25,7 +25,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 @@ -53,8 +55,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,