4 <title>missing data
</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>
15 <div id=
"graph"></div>
16 <div id=
"graph2"></div>
18 <div id=
"graph3"></div>
19 <div id=
"graph4"></div>
21 <div id=
"graph5"></div>
22 <div id=
"graph6"></div>
26 <script type=
"text/javascript">
28 document.getElementById(
"graph"),
29 "Date,GapSeries1,GapSeries2\n" +
30 "2009/12/01,10,10\n" +
31 "2009/12/02,15,11\n" +
33 "2009/12/04,20,13\n" +
35 "2009/12/06,18,15\n" +
40 document.getElementById(
"graph2"),
42 [ new Date(
"2009/12/01"),
10,
10],
43 [ new Date(
"2009/12/02"),
15,
11],
44 [ new Date(
"2009/12/03"), null,
12],
45 [ new Date(
"2009/12/04"),
20,
13],
46 [ new Date(
"2009/12/05"),
15, null],
47 [ new Date(
"2009/12/06"),
18,
15],
48 [ new Date(
"2009/12/07"),
12,
16]
51 labels: [
"Date",
"GapSeries1",
"GapSeries2"],
57 document.getElementById(
"graph3"),
59 [
1, [
10,
2], [
20,
3]],
60 [
2, [
12,
2], [
20,
3]],
61 [
3, [
8,
2], [
20,
3]],
62 [
4, [null,
2], [
20,
3]],
64 [
6, [
9,
2], [
20,
3]],
69 labels: [
"X",
"Series1",
"Series2" ]
74 document.getElementById(
"graph4"),
76 [
1, [
10,
2], [
20,
3]],
77 [
2, [
12,
2], [
20,
3]],
78 [
3, [
8,
2], [
20,
3]],
81 [
6, [
9,
2], [
20,
3]],
87 labels: [
"X",
"Series1",
"Series2" ]
92 document.getElementById(
"graph5"),
94 [
1, [
10,
2], [
20,
3]],
95 [
2, [
12,
2], [
20,
3]],
96 [
3, [
8,
2], [
20,
3]],
99 [
6, [
9,
2], [
20,
3]],
100 [
7, [
10,
2], [
20,
3]]
104 connectSeparatedPoints: false,
105 labels: [
"X",
"Series1",
"Series2" ]
110 document.getElementById(
"graph6"),
112 [
1, [
8,
10,
12],null],
113 [
2, [
3,
5,
7],[
4,
6,
7]],
115 [
4, [
9,null,
2],[
3,
4,
8]],
116 [
5, [null,
2, null],[
6,
8,
9]],
117 [
6, [
2,
3,
6],[
2,
3,
5]]
121 connectSeparatedPoints: false,
122 labels: [
"X",
"Series1",
"Series2"]