4 <title>no-visibility
</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>
11 <script type=
"text/javascript" src=
"data.js"></script>
14 <h3>No visible series
</h3>
15 <p>This test verifies that a chart will still draw without any JS errors
16 when no series are visible.
</p>
17 <div id=
"div_g" style=
"width:400px; height:200px;"></div>
18 <p>This graph's specified value range should be respected.
</p>
19 <div id=
"div_g2" style=
"width:400px; height:200px;"></div>
21 <script type=
"text/javascript">
23 document.getElementById(
"div_g"),
27 visibility: [false, false]
31 document.getElementById(
"div_g2"),
35 visibility: [false, false],
36 valueRange: [
100,
200]