source: code/Website/data-files/bar-3d.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1020 bytes
Line 
1
2
3{
4 "title":{
5 "text": "Many data lines",
6 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
7 },
8
9 "y_legend":{
10 "text": "Open Flash Chart",
11 "style": "{color: #736AFF; font-size: 12px;}"
12 },
13
14 "elements":[
15 {
16 "type": "bar_3d",
17 "alpha": 0.5,
18 "colour": "#9933CC",
19 "text--": "Page views",
20 "font-size--": 10,
21 "values" : [9,6,7,9,5,{"top":7,"colour":"#A03030","tip":"#top#<br>hello"},6,9,7]
22 }
23 ],
24
25 "x_axis":{
26 "stroke": 1,
27 "tick_height": 10,
28 "colour": "#d000d0",
29 "grid_colour": "#00ff00",
30 "labels": {
31 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
32 },
33 "3d": 5
34 },
35
36 "y_axis":{
37 "stroke": 4,
38 "tick_length": 3,
39 "colour": "#d000d0",
40 "grid_colour": "#00ff00",
41 "offset": 0,
42 "max": 20
43 }
44
45/* &x_axis_steps=2& */
46
47}
48
Note: See TracBrowser for help on using the repository browser.