4 <link rel=
"stylesheet" href=
"../dist/dygraph.css">
5 <title>zero series
</title>
6 <script type=
"text/javascript" src=
"../dist/dygraph.js"></script>
10 <p>Custom bars with a completely zero series. Both Y1 and Y2 should show.
</p>
12 <div id=
"data" style=
"display:none">X,Y1,Y2
18 <div id=
"graphdiv" style=
"width:600px; height:300px;"></div>
19 <script type=
"text/javascript">
20 var g = new Dygraph(document.getElementById(
"graphdiv"),
21 document.getElementById(
"data").innerHTML,