4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>Temperatures
</title>
7 <script type=
"text/javascript" src=
"../excanvas.js"></script>
10 For production (minified) code, use:
11 <script type=
"text/javascript" src=
"dygraph-combined.js"></script>
13 <script type=
"text/javascript" src=
"../dygraph-dev.js"></script>
15 <script type=
"text/javascript" src=
"data.js"></script>
16 <style type=
"text/css">
18 border:
1px solid red;
23 <p>Demo of a graph with many data points and custom error bars.
</p>
27 <div id=
"noroll" style=
"width:800px; height:320px;"></div>
29 Roll period of
14 timesteps.
31 <div id=
"roll14" style=
"width:800px; height:320px;"></div>
32 <script type=
"text/javascript">
34 document.getElementById(
"noroll"),
38 title: 'Daily Temperatures in New York vs. San Francisco',
39 ylabel: 'Temperature (F)',
41 labelsDivStyles: { 'textAlign': 'right' }
45 document.getElementById(
"roll14"),
51 title: 'Daily Temperatures in New York vs. San Francisco',
52 ylabel: 'Temperature (F)',
54 labelsDivStyles: { 'textAlign': 'right' }