source: code/Website/data-files/radar-area.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 926 bytes
Line 
1{
2 "title":{
3 "text":"Fruit distribution",
4 "style":"{font-size: 12px;}"
5 },
6
7 "elements":[
8 {
9 "type": "area",
10 "colour": "#FA3D37",
11 "fill": "#FA3D37",
12 "fill-alpha": 0.2,
13 "text": "Oranges",
14 "width": 3,
15 "font-size": 10,
16 "dot-style": {
17 "type": "dot",
18 "tip": "Orange<br>#val#",
19 "dot-size": 5},
20
21 "loop": true,
22 "values" : [3,3,9,9,9,3,3]
23 },
24
25 {
26 "type": "area",
27 "colour": "#C9C738",
28 "fill": "#C9C738",
29 "fill-alpha": 0.2,
30 "text": "Limes",
31 "width": 3,
32 "font-size": 10,
33 "dot-style": {
34 "type": "hollow-dot",
35 "tip": "Lime<br>#val#",
36 "dot-size": 5},
37
38 "loop": true,
39 "values" : [9,9,3,3,3,9,9]
40 }
41 ],
42 "radar_axis": {
43 "max": 11,
44 "stroke": 2,
45 "colour": "#A1D4B5",
46 "grid-colour": "#C0DEBF"
47 },
48
49 "bg_colour": "#ffffff"
50}
Note: See TracBrowser for help on using the repository browser.