source: code/Website/data-files/pie-1.txt@ 7937

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