4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>Fractions
</title>
7 <script type=
"text/javascript" src=
"../excanvas.js"></script>
9 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
10 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
11 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
12 <script type=
"text/javascript" src=
"../dygraph.js"></script>
16 <div id=
"dg" style=
"width:600px; height:300px;">Loading...
</div>
18 With error bars and roller:
19 <div id=
"dg2" style=
"width:600px; height:300px;">Loading...
</div>
21 <script type=
"text/javascript">
29 new Dygraph(document.getElementById(
"dg"),
35 new Dygraph(document.getElementById(
"dg2"),