4 <meta http-equiv=
"X-UA-Compatible" content=
"IE=EmulateIE7; IE=EmulateIE9">
7 <script type=
"text/javascript" src=
"../excanvas.js"></script>
9 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
10 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
11 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
12 <script type=
"text/javascript" src=
"../dygraph.js"></script>
15 <p>1: Line chart with axis at zero problem:
</p>
16 <div id=
"graph1"></div>
17 <script type=
"text/javascript">
18 new Dygraph(document.getElementById(
"graph1"),
19 "Date,Temperature\n" +
29 <p>2: Step chart with axis at zero problem:
</p>
30 <div id=
"graphd2"></div>
31 <script type=
"text/javascript">
32 new Dygraph(document.getElementById(
"graphd2"),
33 "Date,Temperature\n" +
46 <p>3: Line chart with
<code>avoidMinZero
</code> option:
</p>
47 <div id=
"graph3"></div>
48 <script type=
"text/javascript">
49 new Dygraph(document.getElementById(
"graph3"),
50 "Date,Temperature\n" +
63 <p>4: Step chart with
<code>avoidMinZero
</code> option:
</p>
64 <div id=
"graphd4"></div>
65 <script type=
"text/javascript">
66 new Dygraph(document.getElementById(
"graphd4"),
67 "Date,Temperature\n" +