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

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 462 bytes
Line 
1{
2
3 "title":{
4 "text":"Pie for you sir?",
5 "style":"{font-size: 30px;}"
6 },
7 "bg_colour": "#000000",
8
9 "elements":[
10 {
11 "type": "pie",
12 "colours": ["#d01f3c","#356aa0","#C79810"],
13 "alpha": 0.6,
14 "start-angle": 35,
15 "radius": 55,
16 "values" : [
17 2,
18 3,
19 {"value":65,"label":"hello (#val#)", "tip":"99 bottles of beer","on-click":"http://eden"},
20 {"value":65,"on-click":"my_function"}
21 ]
22 }
23 ]
24}
Note: See TracBrowser for help on using the repository browser.