source: code/Website/data-files/bar-alpha.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",
15 "colour": "#9933CC",
16 "alpha": 0.5,
17 "values" : [9]
18 },
19 {
20 "type": "bar_cylinder_outline",
21 "colour": "#CC9933",
22 "alpha": 0.9,
23 "values" : [{"top":7,"colour":"#30A030","tip":"#top#<br>hello"}]
24 },
25 {
26 "type": "bar_cylinder_outline",
27 "colour": "#CC9933",
28 "alpha": 0.9,
29 "values" : [{"top":7,"colour":"#A03030","tip":"#top#<br>hello","alpha":0.2}]
30 },
31 {
32 "type": "bar_sketch",
33 "colour": "#0000FF",
34 "alpha": 0.5,
35 "values" : [4]
36 },
37 {
38 "type": "bar_glass",
39 "alpha": 0.5,
40 "colour": "#CC9933",
41 "values" : [6]
42 }
43 ],
44
45 "x_axis":{
46 "stroke":1,
47 "tick_height":10,
48 "colour":"#d000d0",
49 "grid_colour":"#00ff00",
50 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
51 },
52
53 "y_axis":{
54 "stroke": 4,
55 "tick_length": 3,
56 "colour": "#d000d0",
57 "grid_colour": "#00ff00",
58 "offset": 0,
59 "max": 20
60 }
61}
62
Note: See TracBrowser for help on using the repository browser.