4 <title>Temperatures
</title>
6 For production (minified) code, use:
7 <script type=
"text/javascript" src=
"dygraph-combined.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph-dev.js"></script>
11 <script type=
"text/javascript" src=
"data.js"></script>
12 <style type=
"text/css">
14 border:
1px solid red;
19 <p>Demo of a graph with many data points and custom error bars.
</p>
23 <div id=
"noroll" style=
"width:800px; height:320px;"></div>
25 Roll period of
14 timesteps.
27 <div id=
"roll14" style=
"width:800px; height:320px;"></div>
28 <script type=
"text/javascript">
30 document.getElementById(
"noroll"),
34 title: 'Daily Temperatures in New York vs. San Francisco',
35 ylabel: 'Temperature (F)',
37 labelsDivStyles: { 'textAlign': 'right' }
41 document.getElementById(
"roll14"),
47 title: 'Daily Temperatures in New York vs. San Francisco',
48 ylabel: 'Temperature (F)',
50 labelsDivStyles: { 'textAlign': 'right' }