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