source: code/Website/data-files/bar-cylinder.txt

Last change on this file was 7849, checked in by dennisw, 16 years ago
File size: 1.7 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_cylinder",
15 "alpha": 0.5,
16 "colour": "#9933CC",
17 "text": "Page views",
18 "font-size": 10,
19 "values" : [5,{"top":7,"colour":"#A03030","tip":"#top#<br>hello"},-6,null,7]
20 },
21 {
22 "type": "bar_cylinder_outline",
23 "alpha": 0.7,
24 "colour": "#3030FF",
25 "text": "Page views 2",
26 "font-size": 10,
27 "values" : [4,9,9,-6,9]
28 },
29 {
30 "type": "bar_round_glass",
31 "alpha": 0.7,
32 "colour": "#CC0000",
33 "values" : [6,5,7,-5]
34 },
35 {
36 "type": "bar_round",
37 "alpha": 0.7,
38 "colour": "#CC0000",
39 "values" : [6,5,7,-5]
40 },
41 {
42 "type": "bar_dome",
43 "alpha": 0.7,
44 "colour": "#CCCC00",
45 "values" : [6,-5,5,7]
46 },
47 {
48 "type": "bar_round3d",
49 "alpha": 0.7,
50 "colour": "#CCCC00",
51 "values" : [6,-5,5,7]
52 }
53 ],
54
55 "x_axis":{
56 "stroke":1,
57 "tick_height":10,
58 "colour":"#d000d0",
59 "grid_colour":"#00ff00",
60 "labels": ["January","February","March","April","May","June","July","August","Spetember"]
61 },
62
63 "y_axis":{
64 "tick_length": 3,
65 "colour": "#d000d0",
66 "grid_colour": "#00ff00",
67 "offset": 0,
68 "min": -10,
69 "max": 20
70 }
71
72/* &x_axis_steps=2& */
73
74}
75
Note: See TracBrowser for help on using the repository browser.