4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>zero series
</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>Custom bars with a completely zero series. Both Y1 and Y2 should show.
</p>
19 <div id=
"data" style=
"display:none">X,Y1,Y2
25 <div id=
"graphdiv" style=
"width:600px; height:300px;"></div>
26 <script type=
"text/javascript">
27 var g = new Dygraph(document.getElementById(
"graphdiv"),
28 document.getElementById(
"data").innerHTML,