4 <title>Native Format
</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>
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" ]