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

Last change on this file since 7887 was 7849, checked in by dennisw, 15 years ago
File size: 1.0 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 "text--": "Page views",
18 "font-size--": 10,
19 "values" : [9,6,7,9,5,{"top":7,"colour":"#FF0000", "tip": "Mooo<br>#val#"},6,9,7]
20 }
21 ],
22
23 "x_axis":{
24 "stroke": 1,
25 "tick_height": 10,
26 "colour": "#d000d0",
27 "grid_colour": "#00ff00",
28 "labels": {
29 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
30 }
31 },
32
33 "y_axis":{
34 "stroke": 4,
35 "tick_length": 3,
36 "colour": "#d000d0",
37 "grid_colour": "#00ff00",
38 "offset": 0,
39 "max": 20
40 },
41
42 "tooltip":{
43 "text": "My Tip<br>val=#val#, top=#top#"
44 }
45
46/* &x_axis_steps=2& */
47
48}
49
Note: See TracBrowser for help on using the repository browser.