source: code/Website/data-files/radar-line-loop.txt

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 704 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 "dot-size": 4,
15 "halo-size": 0,
16 "loop": true,
17 "values" : [
18
19 5, 10, {"value":10,"colour":"#FF0000","tip":"monkies"}, 20, 18
20 ]
21 },
22 {
23 "type": "line",
24 "colour": "#73FF6A",
25 "width": 1,
26 "dot-size": 3,
27 "halo-size": 2,
28 "loop": false,
29 "values" : [20,20,20,20,20]
30 }
31 ],
32
33 "radar_axis": {
34 "max": 20
35 }
36}
Note: See TracBrowser for help on using the repository browser.