source: code/Website/data-files/bar-on-show-cascade.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 1.2 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": "bar_glass",
15 "alpha": 0.5,
16 "colour": "#9933CC",
17 "text": "Page views",
18 "font-size": 10,
19 "on-show": {"type": "pop", "cascade":1, "delay":2.5},
20 "values" : [9,6,7,9,5,7,6,9,7]
21 },
22 {
23 "type": "bar",
24 "alpha": 0.5,
25 "colour": "#CC9933",
26 "text": "Page views 2",
27 "font-size": 10,
28 "on-show": {"type": "drop", "cascade":0.9},
29 "values" : [4,9,6,7,9,5,7,6,9]
30 }
31 ],
32
33 "x_axis":{
34 "stroke":1,
35 "tick_height":10,
36 "colour":"#909090",
37 "grid_colour":"#00ff00",
38 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
39 },
40
41 "y_axis":{
42 "stroke": 4,
43 "tick_length": 3,
44 "colour": "#909090",
45 "grid_colour": "#d0d0d0",
46 "offset": 0,
47 "max": 20
48 }
49
50/* &x_axis_steps=2& */
51
52}
53
Note: See TracBrowser for help on using the repository browser.