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

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 975 bytes
Line 
1{
2 "title":{
3 "text":"Pie for you sir?",
4 "style":"{font-size: 30px;}"
5 },
6
7 "elements":[
8 {
9 "type": "line",
10 "colour": "#736AFF",
11 "text": "Avg. wave height (cm)",
12 "font-size": 10,
13 "width": 2,
14 "loop": true,
15 "values" : [
16
17 4, 5, {"value":6,"colour":"#FF0000","tip":"monkies"}, 7, 8, 9
18 ]
19 },
20 {
21 "type": "line",
22 "colour": "#6AFF73",
23 "text": "Avg. wave height (cm)",
24 "font-size": 10,
25 "width": 2,
26 "dot-style": {
27 "type":"star", "hollow":true, "background-colour":"#a44a80",
28 "background-alpha": 0.4, "width":1, "dot-size":10 },
29
30 "loop": true,
31 "values" : [
32 15, 14, {"value":13,"colour":"#FF0000","tip":"monkies", "background-alpha": 0.9}, 12, 11, 10
33 ]
34 }
35 ],
36
37 "radar_axis": {
38 "max": 20,
39 "stroke": 5,
40 "colour": "#167840",
41 "grid-colour": "#E1AAF5"
42 }
43}
Note: See TracBrowser for help on using the repository browser.