source: code/Website/data-files/bar-on-show-pop.txt@ 7849

Last change on this file since 7849 was 7849, checked in by dennisw, 15 years ago
File size: 1.1 KB
Line 
1{
2 "title":{
3 "text": "Many data lines",
4 "style": "{font-size: 20px; color:#909090; font-family: Verdana; text-align: center;}"
5 },
6
7 "y_legend":{
8 "text": "Open Flash Chart",
9 "style": "{color: #909090; font-size: 12px;}"
10 },
11
12 "elements":[
13 {
14 "type": "b-ar",
15 "alpha": 0.5,
16 "colour": "#9933CC",
17 "text": "Page views",
18 "font-size": 10,
19 "values" : [9,6,7,9,5,7,6,9,7]
20 },
21 {
22 "type": "bar_glass",
23 "alpha": 0.5,
24 "colour": "#CC9933",
25 "text": "Page views 2",
26 "font-size": 10,
27 "on-show": {"type": "pop", "delay":0.5, "cascade":0.6},
28 "values" : [4,9,6,7,9,5,7,6,9]
29 }
30 ],
31
32 "x_axis":{
33 "stroke":1,
34 "tick_height":10,
35 "colour":"#909090",
36 "grid_colour":"#00ff00",
37 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
38 },
39
40 "y_axis":{
41 "stroke": 4,
42 "tick_length": 3,
43 "colour": "#909090",
44 "grid_colour": "#d0d0d0",
45 "offset": 0,
46 "max": 20
47 }
48}
49
Note: See TracBrowser for help on using the repository browser.