source: code/Website/data-files/radar-axis-and-grid-style.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 785 bytes
RevLine 
[7849]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" : [3,5,6,7,8,9,10,11.5,13,11.5,10,9,8,7,6,5]
18 }
19 ],
20
21
22 "radar_axis": {
23 "max": 13,
24 "stroke": 2,
25 "colour": "#A1D4B5",
26 "grid-colour": "#C0DEBF",
27
28 "labels":{
29 "colour" :"#ff0000",
30 "labels": [
31 "0","1",
32 "2",
33 {"text":"3","colour":"#00D000"},
34 "4",
35 "5 Hello",
36 "6","7","8","9","10","11","12","13"
37 ]
38 }
39 }
40}
Note: See TracBrowser for help on using the repository browser.