source: code/Website/data-files/pie-bug-green.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 2.1 KB
RevLine 
[7849]1{
2 "bg_colour": "#ffffff",
3 "elements": [
4 {
5 "alpha": 0.5,
6 "animate":[{"type":"bounce","distance":5},{"type":"fade"}],
7 "border": 2,
8 "colours": [
9 "#0247fe",
10 "#3d01a4",
11 "#8601af",
12 "#a7194b",
13 "#fe2712",
14 "#fd5308",
15 "#fb9902",
16 "#fabc02",
17 "#fefe33",
18 "#d0ea2b",
19 "#66b032",
20 "#0392ce"
21 ],
22 "label-colour": "#432baf",
23 "start-angle": 0,
24 "tip": "#val# of #total#<br>#percent# of 100%",
25 "type": "pie",
26 "values": [
27 {
28 "label": "New Zealand",
29 "value": 52236
30 },
31 {
32 "label": "Vodafone Mobile",
33 "value": 9560
34 },
35 {
36 "label": "Airedale Street",
37 "value": 6367
38 },
39 {
40 "label": "Ellerslie",
41 "value": 5870
42 },
43 {
44 "label": "Auckland LICA",
45 "value": 2627
46 },
47 {
48 "label": "Manukau City",
49 "value": 2360
50 },
51 {
52 "label": "Telecom Mobile",
53 "value": 2068
54 },
55 {
56 "label": "Remuera",
57 "value": 1747
58 },
59 {
60 "label": "Henderson",
61 "value": 1231
62 },
63 {
64 "label": "East Tamaki / Otara",
65 "value": 1187
66 }
67 ]
68 }
69 ],
70 "title": {
71 "style": "{color: #888888; font-size: 16; text-align: center}",
72 "text": "Top 10 Caller Locations by OGA"
73 }
74}
Note: See TracBrowser for help on using the repository browser.