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

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