3 <title>missing data
</title>
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>
15 <div id=
"graph"></div>
16 <div id=
"graph2"></div>
18 <div id=
"graph3"></div>
19 <div id=
"graph4"></div>
23 <script type=
"text/javascript">
25 document.getElementById(
"graph"),
26 "Date,GapSeries1,GapSeries2\n" +
27 "2009/12/01,10,10\n" +
28 "2009/12/02,15,11\n" +
30 "2009/12/04,20,13\n" +
32 "2009/12/06,18,15\n" +
37 document.getElementById(
"graph2"),
39 [ new Date(
"2009/12/01"),
10,
10],
40 [ new Date(
"2009/12/02"),
15,
11],
41 [ new Date(
"2009/12/03"), null,
12],
42 [ new Date(
"2009/12/04"),
20,
13],
43 [ new Date(
"2009/12/05"),
15, null],
44 [ new Date(
"2009/12/06"),
18,
15],
45 [ new Date(
"2009/12/07"),
12,
16]
48 labels: [
"Date",
"GapSeries1",
"GapSeries2"],
54 document.getElementById(
"graph3"),
56 [
1, [
10,
2], [
20,
3]],
57 [
2, [
12,
2], [
20,
3]],
58 [
3, [
8,
2], [
20,
3]],
59 [
4, [null,
2], [
20,
3]],
60 [
5, [null,
2], [null,
3]],
61 [
6, [
9,
2], [
20,
3]],
66 labels: [
"X",
"Series1",
"Series2" ]
71 document.getElementById(
"graph4"),
73 [
1, [
10,
2], [
20,
3]],
74 [
2, [
12,
2], [
20,
3]],
75 [
3, [
8,
2], [
20,
3]],
76 [
4, [null,
2], [
20,
3]],
77 [
5, [null,
2], [null,
3]],
78 [
6, [
9,
2], [
20,
3]],
84 labels: [
"X",
"Series1",
"Series2" ]