X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Finteraction.html;h=325926873c86374ba9621974931b796dc9c1dab9;hb=6a4457b403f78ba559550f97330ac25ee4d9629f;hp=58f3dac25dbdfc6896175102300275e4fa64aca0;hpb=027e9e9b363e2330191001068818089477345b75;p=dygraphs.git diff --git a/tests/interaction.html b/tests/interaction.html index 58f3dac..3259268 100644 --- a/tests/interaction.html +++ b/tests/interaction.html @@ -60,13 +60,7 @@ NoisyData, { errorBars : true, - interactionModel: Dygraph.Interaction.nonInteractiveModel, - clickCallback: function(e, x, pts) { - s.innerHTML += "Click " + pts[0].name + ": " + pts[0].x + "
"; - }, - pointClickCallback: function(e, p) { - s.innerHTML += "Point Click " + p.name + ": " + p.x + "
"; - }, + interactionModel: {} }); var g3 = new Dygraph(document.getElementById("div_g3"), NoisyData, { errorBars : true, interactionModel : {