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>
9 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
10 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
11 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
12 <script type=
"text/javascript" src=
"../dygraph.js"></script>
15 <p>These two charts should be indistinguishable:
</p>
16 <!--
<div id=
"graphdiv"></div> --
>
17 <div id=
"graphdiv"></div>
18 <script type=
"text/javascript">
19 g = new Dygraph(document.getElementById(
"graphdiv"),
27 <p>Same data, specified in a parsed format:
</p>
28 <div id=
"graphdiv2"></div>
29 <script type=
"text/javascript">
30 g2 = new Dygraph(document.getElementById(
"graphdiv2"),
38 labels: [
"x",
"A",
"B" ]