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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 687 bytes
Line 
1{
2 "elements" : [
3 {
4 "tip" : "#val# of #total# messages<br>#percent#",
5 "colours" : [
6 "#000000",
7 "#4693B8"
8 ],
9 "alpha" : "0.8",
10 "start_angle" : 135,
11 "animate" : false,
12 "values" : [
13 {
14 "value" : 135,
15 "label" : "spam deliveries"
16 },
17 {
18 "value" : 103,
19 "label" : "normal deliveries"
20 }
21 ],
22 "type" : "pie",
23 "border" : "2"
24 }
25 ],
26 "bg_colour" : "#FAFAFA",
27 "title" : {
28 "text" : "mail distribution for b@b.com",
29 "style" : "{font-size: 14px; color:#0000ff; font-family: Verdana; text-align: center;}"
30 }
31}
Note: See TracBrowser for help on using the repository browser.