source: code/Website/data-files/pie-3.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 513 bytes
Line 
1{
2 "bg_colour": "#ffffff",
3 "elements":[
4 {
5 "type": "pie",
6 "tip": "#label#<br>$#val# (#percent#)",
7 "colours": ["#00ff00","#ff0000","#0000ff"],
8 "alpha": 0.3,
9 "animate": [ { "type": "fade" }],
10 "start-angle": 90,
11 "gradient-fill": true,
12 "no-labe-ls": true,
13 "values": [
14 {"value":13400,"label":"Income"},{"value":9344,"label":"Expense"},{"value":4066,"label":"Profit"}
15 ]
16 }
17 ]
18}
Note: See TracBrowser for help on using the repository browser.