4 <link rel=
"stylesheet" href=
"../css/dygraph.css">
5 <title>no-visibility
</title>
7 For production (minified) code, use:
8 <script type=
"text/javascript" src=
"dygraph-combined.js"></script>
10 <script type=
"text/javascript" src=
"../dist/dygraph.js"></script>
12 <script type=
"text/javascript" src=
"data.js"></script>
15 <h3>No visible series
</h3>
16 <p>This test verifies that a chart will still draw without any JS errors
17 when no series are visible.
</p>
18 <div id=
"div_g" style=
"width:400px; height:200px;"></div>
19 <p>This graph's specified value range should be respected.
</p>
20 <div id=
"div_g2" style=
"width:400px; height:200px;"></div>
22 <script type=
"text/javascript">
24 document.getElementById(
"div_g"),
28 visibility: [false, false]
32 document.getElementById(
"div_g2"),
36 visibility: [false, false],
37 valueRange: [
100,
200]