source: code/Website/data-files/scatter-step-all.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.0 KB
Line 
1{
2 "elements": [
3 {
4 "type": "scatter_line",
5 "colour": "#ff0000",
6 "dot-size": 3,
7 "values": [
8 {
9 "x": 1,
10 "y": 1
11 },
12 {
13 "x": 2,
14 "y": 2
15 },
16 {
17 "x": 3,
18 "y": 1
19 }
20 ]
21 },
22 {
23 "type": "scatter_line",
24 "colour": "#ff0000",
25 "dot-size": 3,
26 "values": [
27 {
28 "x": 4,
29 "y": 1
30 },
31 {
32 "x": 5,
33 "y": 2
34 },
35 {
36 "x": 6,
37 "y": 1
38 }
39 ],
40 "stepgraph": "horizontal"
41 },
42 {
43 "type": "scatter_line",
44 "colour": "#ff0000",
45 "dot-size": 3,
46 "values": [
47 {
48 "x": 7,
49 "y": 1
50 },
51 {
52 "x": 8,
53 "y": 2
54 },
55 {
56 "x": 9,
57 "y": 1
58 }
59 ],
60 "stepgraph": "vertical"
61 }
62 ],
63 "title": {
64 "text": "Thu Nov 20 2008"
65 }
66}
Note: See TracBrowser for help on using the repository browser.