4 <title>zero series
</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>Custom bars with a completely zero series. Both Y1 and Y2 should show.
</p>
15 <div id=
"data" style=
"display:none">X,Y1,Y2
21 <div id=
"graphdiv" style=
"width:600px; height:300px;"></div>
22 <script type=
"text/javascript">
23 var g = new Dygraph(document.getElementById(
"graphdiv"),
24 document.getElementById(
"data").innerHTML,