source: code/Website/data-files/radar-test-keys.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 904 bytes
Line 
1{
2 "title":{
3 "text":"Radar: key 2 disabled",
4 "style":"{font-size: 20px;}"
5 },
6
7 "elements":[
8 {
9 "type": "line_hollow",
10 "colour": "#736AFF",
11 "text": "Key 1",
12 "font-size": 10,
13 "width": 2,
14 "dot-size": 4,
15 "halo-size": 0,
16 "loop": true,
17 "values" : [4,4,4,4,4,4,4]
18 },
19 {
20 "type": "line_hollow",
21 "colour": "#0000FF",
22 "width": 2,
23 "dot-size": 4,
24 "halo-size": 0,
25 "loop": true,
26 "values" : [8,8,8,8,8,8,8]
27 },
28 {
29 "type": "line_dot",
30 "colour": "#6AFF73",
31 "text": "Key 3",
32 "font-size": 10,
33 "width": 2,
34 "dot-size": 4,
35 "halo-size": 0,
36 "loop": true,
37 "values" : [14,14,14,14,14,14,14]
38 }
39 ],
40
41 "radar_axis": {
42 "max": 20
43 }
44}
Note: See TracBrowser for help on using the repository browser.