source: code/Website/data-files/bar-glass-2.txt@ 7849

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