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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 808 bytes
Line 
1{
2 "title":{
3 "text":"Ahhhh, sweet.",
4 "style":"{font-size: 13px;}"
5 },
6
7 "elements":[
8 {
9 "type": "line_hollow",
10 "colour": "#D41E47",
11 "text": "How I love thee",
12 "font-size": 10,
13 "width": 2,
14 "dot-size": 6,
15 "halo-size": 0,
16 "loop": true,
17 "values" : [4,4,4,4,4,3.5]
18 }
19 ],
20
21
22 "radar_axis": {
23 "max": 5,
24 "stroke": 2,
25 "colour": "#A1D4B5",
26 "grid-colour": "#C0DEBF",
27
28 "labels":{
29 "colour" :"#ff0000",
30 "labels": [
31 "0","1","2",
32 {"text":"3","colour":"#00D000"},
33 "4",
34 "5 Hello"
35 ]
36 },
37
38 "spoke-labels":{
39 "colour": "#000000",
40 "labels": ["A","bbb","c","d","E","F"]
41 }
42 }
43}
Note: See TracBrowser for help on using the repository browser.