source: code/Website/data-files/radar-chart-minus-numbers.txt

Last change on this file was 7849, checked in by dennisw, 15 years ago
File size: 1.3 KB
Line 
1{
2 "elements":
3 [
4 {
5 "fill": "#988d5a",
6 "width": 3,
7 "dot-size": 0,
8 "colour": "#988d5a",
9 "values":
10 [
11 {"value": 10.129090909090907, "tip": "mooo"},
12 -32.405162496404941,
13 "-100",
14 0,
15 -15.443510737628385
16 ],
17 "font-size": 0,
18 "fillalpha": 0.3,
19 "type": "area",
20 "dot-style":
21 {
22 "tip": "#val#%",
23 "dot-size": 0,
24 "value": 0
25 },
26 "loop": true
27 }
28 ],
29 "bg_colour": "#ffffff",
30 "radar_axis":
31 {
32 "labels":
33 {
34 "labels":
35 []
36 },
37 "spoke-labels":
38 {
39 "labels":
40 [
41 {
42 "text": "Football",
43 "size": 10,
44 "visible": true
45 },
46 {
47 "text": "Tennis",
48 "size": 10,
49 "visible": true
50 },
51 {
52 "text": "Rugby",
53 "size": 10,
54 "visible": true
55 },
56 {
57 "text": "F1",
58 "size": 10,
59 "visible": true
60 },
61 {
62 "text": "Basket\u003Cbr>Ball",
63 "size": 10,
64 "visible": true
65 }
66 ],
67 "colour": "#1a171b"
68 },
69 "colour": "#e5e5e5",
70 "grid-colour": "#e5e5e5",
71 "steps": 25,
72 "min": -100,
73 "max": 100,
74 "3d": 0
75 },
76 "x_axis": null,
77 "y_axis": null
78}
Note: See TracBrowser for help on using the repository browser.