source: code/Website/data-files/utf8-1.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 782 bytes
Line 
1{
2
3 "title":{
4 "text":"€£â‚¬",
5 "style":"{font-size: 20px; font-family: Verdana; text-align: center;}"
6 },
7
8 "elements":[
9 {
10 "type": "bar",
11 "colour": "#9933CC",
12 "text": "Page views",
13 "font-size": 10,
14 "values" : [9,6,7,9,5,7,6,9,9]
15 }
16 ],
17 "x_axis":{
18 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
19 },
20 "y_axis":{
21 "max":20
22 },
23 "tooltip":{
24 "shadow":false,
25 "stroke":5,
26 "colour":"#00d000",
27 "background":"#d0d0ff",
28 "title":"{font-size: 14px; color: #905050;}",
29 "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
30 }
31}
32
33/*
34
35&y_legendx=Open Flash Chart,12,0x736AFF&
36&x_axis_steps=2&
37
38*/
Note: See TracBrowser for help on using the repository browser.