X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Finteraction.js;h=fd50def744f55ded96df06566f82ce8d8f2ec315;hb=df8e5de276509d4da7a4b461465316120bdd13b6;hp=69a812cdb8b6e9ec44e6210b2a24df21c85a1468;hpb=56f64289bdbd75dea1ee58faf529d39465d11008;p=dygraphs.git diff --git a/gallery/interaction.js b/gallery/interaction.js index 69a812c..fd50def 100644 --- a/gallery/interaction.js +++ b/gallery/interaction.js @@ -5,7 +5,7 @@ Gallery.register( title: 'title', setup: function(parent) { parent.innerHTML = [ - "

Default interaction model

", + "

Default interaction model

", "
", "

", " Zoom: click-drag, Pan: shift-click-drag, Restore: double-click", @@ -13,7 +13,7 @@ Gallery.register( "

", "
", "", - "

Empty interaction model

", + "

Empty interaction model

", "
", "

", " Click and drag all you like, it won't do anything!", @@ -22,7 +22,7 @@ Gallery.register( "

", "
", // what is this? "", - "

Custom interaction model

", + "

Custom interaction model

", "
", "

", " Zoom in: double-click, scroll wheel
", @@ -34,7 +34,7 @@ Gallery.register( " ", "

", "
", - "

Fun model!

", + "

Fun model!

", "
", "

", " Keep the mouse button pressed, and hover over all points",