4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
5 <title>no-visibility
</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>
15 <script type=
"text/javascript" src=
"data.js"></script>
18 <h3>No visible series
</h3>
19 <p>This test verifies that a chart will still draw without any JS errors
20 when no series are visible.
</p>
21 <div id=
"div_g" style=
"width:400px; height:200px;"></div>
22 <p>This graph's specified value range should be respected.
</p>
23 <div id=
"div_g2" style=
"width:400px; height:200px;"></div>
25 <script type=
"text/javascript">
27 document.getElementById(
"div_g"),
31 visibility: [false, false]
35 document.getElementById(
"div_g2"),
39 visibility: [false, false],
40 valueRange: [
100,
200]