source: code/Website/data-files/line-null-bug.txt@ 7887

Last change on this file since 7887 was 7849, checked in by dennisw, 15 years ago
File size: 1.0 KB
Line 
1 {
2 "elements": [
3 {
4 "type": "line",
5 "values": [
6 {
7 "value": 3
8 },
9 {
10 "value": null
11 },
12 {
13 "value": 3
14 }
15 ],
16 "dot-style": {
17 "type": "hollow-dot",
18 "colour": "#ff0000",
19 "dot-size": 4,
20 "halo-size": 1
21 }
22 },
23
24 {
25 "type": "line",
26 "values": [2,null,2],
27 "dot-style": {
28 "type": "hollow-dot",
29 "colour": "#ff0000",
30 "dot-size": 4,
31 "halo-size": 1
32 }
33 },
34
35 {
36 "type": "line",
37 "values": [
38 {"value": 4},null,4],
39 "dot-style": {
40 "type": "hollow-dot",
41 "colour": "#ff0000",
42 "dot-size": 4,
43 "halo-size": 1
44 }
45 }
46 ]
47 }
Note: See TracBrowser for help on using the repository browser.