X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fsynchronize.js;h=9675464170406253a05bd011fd1e30b4751606a4;hb=866ceb258a016484e30d2c7f96cb6cbb9ff05c8c;hp=8e1eb770f8d9e05f6e67c8d5e94c7f8d1bf5710f;hpb=fa5a85c4dd16f4d9607d784b3cd0ca8fb9878c76;p=dygraphs.git diff --git a/gallery/synchronize.js b/gallery/synchronize.js index 8e1eb77..9675464 100644 --- a/gallery/synchronize.js +++ b/gallery/synchronize.js @@ -5,15 +5,15 @@ Gallery.register( name: 'Synchronization', title: 'Multiple graphs in sync', setup: function(parent) { - parent.innerHTML = - "

Zooming and panning on any of the charts will zoom and pan all the" + - "others.

" + - "

" + - "" + - "" + - "" + - "" + - "
"; + parent.innerHTML = [ + "

Zooming and panning on any of the charts will zoom and pan all the", + "others.

", + "

", + "", + "", + "", + "", + "
"].join("\n"); }, run: function() { gs = [];