source: code/Website/data-files/tooltip-x-radar-clash.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.3 KB
Line 
1{
2 "title":{
3 "text":"Ahhhh, sweet.",
4 "style":"{font-size: 13px;}"
5 },
6
7 "elements":[
8 {
9 "type": "area_line",
10 "colour": "#FA3D37",
11 "fill": "#FA3D37",
12 "fill-alpha": 0.3,
13 "text": "Orange",
14 "width": 1,
15 "font-size": 10,
16 "dot-size": 3,
17 "halo-size": 1,
18 "tip": "Orange<br>#val#",
19 "loop": true,
20 "values" : [2,2,2,2,2,2,2]
21 },
22 {
23 "type": "area_line",
24 "colour": "#3D37FA",
25 "fill": "#3D37FA",
26 "fill-alpha": 0.3,
27 "text": "Blue",
28 "width": 1,
29 "font-size": 10,
30 "dot-size": 3,
31 "halo-size": 1,
32 "tip": "Blue<br>#val#",
33 "loop": true,
34 "values" : [{"value":3, "tip":"3 Accuratesse"},3,3,1.5,1,2,3]
35 }
36 ],
37
38
39 "radar_axis": {
40 "max": 4,
41 "stroke": 1,
42 "colour": "#909090",
43 "grid-colour": "#C0DEBF",
44 "steps": 4,
45
46 "labels":{
47 "colour" :"#000000",
48 "labels": [
49 "0","1","2","3","4"
50 ]
51 },
52
53 "spoke-labels":{
54 "colour": "#000000",
55 "labels": ["Accuratesse","Analystich<br>vermogen","Creativiteit","Plannen en<br>organiseren","Probleemanalyse","Samenwerken in<br>teamverband","Zelfstandigheid"]
56 }
57 }
58}
Note: See TracBrowser for help on using the repository browser.