X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=gallery%2Ftemperature-sf-ny.js;h=c8e4fb188be1513bb2ddbbe324ce2bcde3224160;hb=48fc47867e9796ad49e105546fbb21c5304039c1;hp=8f43d1e7655219f1d085842747d08f6262fc2321;hpb=e14dc3feda3e6d429bb953dab83c593d851d90af;p=dygraphs.git diff --git a/gallery/temperature-sf-ny.js b/gallery/temperature-sf-ny.js index 8f43d1e..c8e4fb1 100644 --- a/gallery/temperature-sf-ny.js +++ b/gallery/temperature-sf-ny.js @@ -5,11 +5,12 @@ Gallery.register( name: 'Roll Periods and Error Bars', title: 'Demo of a graph with many data points and custom error bars.', setup: function(parent) { - parent.innerHTML = - "

Roll period of 14 timesteps.

" + - "
" + - "

No roll period.

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

Roll period of 14 timesteps.

", + "
", + "

No roll period.

", + "
"] + .join("\n"); }, run: function() { g1 = new Dygraph(