4 <title>Fractions
</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>
14 <div id=
"dg" style=
"width:600px; height:300px;">Loading...
</div>
16 With error bars and roller:
17 <div id=
"dg2" style=
"width:600px; height:300px;">Loading...
</div>
19 <script type=
"text/javascript">
27 var g1 = new Dygraph(document.getElementById(
"dg"),
33 var g2 = new Dygraph(document.getElementById(
"dg2"),