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

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 634 bytes
Line 
1{
2 "title":{
3 "text":"Fruit distribution",
4 "style":"{font-size: 12px;}"
5 },
6
7 "elements":[
8 {
9 "type": "area_hollow",
10 "colour": "#FA3D37",
11 "fill": "#FA3D37",
12 "fill-alpha": 0.2,
13 "text": "Oranges",
14 "width": 3,
15 "font-size": 10,
16 "dot-size": 7,
17 "tip": "Orange<br>#val#",
18 "loop": true,
19 "values" : [35,35,35]
20 }
21 ],
22 "radar_axis": {
23 "max": 50,
24 "steps": 10,
25 "stroke": 2,
26 "colour": "#A1D4B5",
27 "grid-colour": "#C0DEBF"
28 },
29
30 "bg_colour": "#ffffff"
31}
Note: See TracBrowser for help on using the repository browser.