4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>Native Format
</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>
17 <p>These two charts should be indistinguishable:
</p>
18 <!--
<div id=
"graphdiv"></div> --
>
19 <div id=
"graphdiv"></div>
20 <script type=
"text/javascript">
21 g = new Dygraph(document.getElementById(
"graphdiv"),
29 <p>Same data, specified in a parsed format:
</p>
30 <div id=
"graphdiv2"></div>
31 <script type=
"text/javascript">
32 g2 = new Dygraph(document.getElementById(
"graphdiv2"),
40 labels: [
"x",
"A",
"B" ]