1 /*global Gallery,Dygraph,data */
7 name
: 'Roll Periods and Error Bars',
8 title
: 'Demo of a graph with many data points and custom error bars.',
9 setup
: function(parent
) {
11 "<p>Roll period of 14 timesteps.</p>",
12 "<div id='roll14' style='width:600px; height:300px;'></div>",
13 "<p>No roll period.</p>",
14 "<div id='noroll' style='width:600px; height:300px;'></div>"]
19 document
.getElementById("noroll"),
23 title
: 'Daily Temperatures in New York vs. San Francisco',
24 ylabel
: 'Temperature (F)',
26 labelsDivStyles
: { 'textAlign': 'right' }
30 document
.getElementById("roll14"),
36 title
: 'Daily Temperatures in New York vs. San Francisco',
37 ylabel
: 'Temperature (F)',
39 labelsDivStyles
: { 'textAlign': 'right' }