5 name
: 'Roll Periods and Error Bars',
6 title
: 'Demo of a graph with many data points and custom error bars.',
7 setup
: function(parent
) {
9 "<p>Roll period of 14 timesteps.</p>",
10 "<div id='roll14' style='width:600px; height:300px;'></div>",
11 "<p>No roll period.</p>",
12 "<div id='noroll' style='width:600px; height:300px;'></div>"]
17 document
.getElementById("noroll"),
21 title
: 'Daily Temperatures in New York vs. San Francisco',
22 ylabel
: 'Temperature (F)',
24 labelsDivStyles
: { 'textAlign': 'right' }
28 document
.getElementById("roll14"),
34 title
: 'Daily Temperatures in New York vs. San Francisco',
35 ylabel
: 'Temperature (F)',
37 labelsDivStyles
: { 'textAlign': 'right' }