3 <title>Native Format
</title>
5 <script type=
"text/javascript" src=
"excanvas.js"></script>
7 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
8 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
10 <script type=
"text/javascript" src=
"../dygraph.js"></script>
13 <p>These two charts should be indistinguishable:
</p>
14 <!--
<div id=
"graphdiv"></div> --
>
15 <div id=
"graphdiv"></div>
16 <script type=
"text/javascript">
17 g = new Dygraph(document.getElementById(
"graphdiv"),
25 <p>Same data, specified in a parsed format:
</p>
26 <div id=
"graphdiv2"></div>
27 <script type=
"text/javascript">
28 g2 = new Dygraph(document.getElementById(
"graphdiv2"),
36 labels: [
"x",
"A",
"B" ]