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>
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>
18 <div id=
"dg" style=
"width:600px; height:300px;">Loading...
</div>
20 With error bars and roller:
21 <div id=
"dg2" style=
"width:600px; height:300px;">Loading...
</div>
23 <script type=
"text/javascript">
31 new Dygraph(document.getElementById(
"dg"),
37 new Dygraph(document.getElementById(
"dg2"),