5 <script type=
"text/javascript" src=
"excanvas.js"></script>
7 <script type=
"text/javascript" src=
"../strftime/strftime-min.js"></script>
8 <script type=
"text/javascript" src=
"../rgbcolor/rgbcolor.js"></script>
9 <script type=
"text/javascript" src=
"../dygraph-canvas.js"></script>
10 <script type=
"text/javascript" src=
"../dygraph.js"></script>
13 <p>1: Line chart with axis at zero problem:
</p>
14 <div id=
"graph1"></div>
15 <script type=
"text/javascript">
16 new Dygraph(document.getElementById(
"graph1"),
17 "Date,Temperature\n" +
27 <p>2: Step chart with axis at zero problem:
</p>
28 <div id=
"graphd2"></div>
29 <script type=
"text/javascript">
30 new Dygraph(document.getElementById(
"graphd2"),
31 "Date,Temperature\n" +
44 <p>3: Line chart with
<code>avoidMinZero
</code> option:
</p>
45 <div id=
"graph3"></div>
46 <script type=
"text/javascript">
47 new Dygraph(document.getElementById(
"graph3"),
48 "Date,Temperature\n" +
61 <p>4: Step chart with
<code>avoidMinZero
</code> option:
</p>
62 <div id=
"graphd4"></div>
63 <script type=
"text/javascript">
64 new Dygraph(document.getElementById(
"graphd4"),
65 "Date,Temperature\n" +