source: code/Website/dot-net-library/written-by-xiao-yifang/ofcWebTest/datafile/Pie.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 "elements": [
3 {
4 "type": "pie",
5 "alpha": 0.5,
6 "animate": [
7 {
8 "type": "fade"
9 },
10 {
11 "type": "bounce",
12 "distance": 5
13 }
14 ],
15 "start-angle": 0,
16 "tip": "#percent#",
17 "colours": [
18 "#d01f3c",
19 "#356aa0",
20 "#C79810"
21 ],
22 "values": [
23 {
24 "value": 0,
25 "label": "Spermicides"
26 },
27 {
28 "value": 1,
29 "label": "Safe period"
30 },
31 {
32 "value": 1,
33 "label": "Cap"
34 },
35 {
36 "value": 3,
37 "label": "Injection"
38 },
39 {
40 "value": 4,
41 "label": "Withdrawal"
42 },
43 {
44 "value": 5,
45 "label": "IUD"
46 },
47 {
48 "value": 19,
49 "label": "Condom"
50 },
51 {
52 "value": 21,
53 "label": "Sergical"
54 },
55 {
56 "value": 21,
57 "label": "None"
58 },
59 {
60 "value": 27,
61 "label": "Pill"
62 }
63 ]
64 }
65 ],
66 "title": {
67 "text": "Current use of contraception",
68 "style": "color: #f0f0f0; font-size: 20px"
69 },
70 "bg_colour": "#202020"
71}
Note: See TracBrowser for help on using the repository browser.