source: code/Website/data-files/bar-3d-2-BUG.txt@ 7878

Last change on this file since 7878 was 7849, checked in by dennisw, 15 years ago
File size: 1.3 KB
Line 
1/* bar close together overlap - bug */
2
3{
4 "title":{
5 "text": "Many data lines",
6 "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
7 },
8
9 "y_legend":{
10 "text": "Open Flash Chart",
11 "style": "{color: #736AFF; font-size: 12px;}"
12 },
13
14 "elements":[
15 {
16 "type": "bar_3d",
17 "alpha": 0.8,
18 "colour": "#9933CC",
19 "text--": "Page views",
20 "font-size--": 10,
21 "values" : [9,6,7,9,5,{"top":7,"colour":"#A03030","tip":"#top#<br>hello"},6,9,7]
22 },
23 {
24 "type": "bar_3d",
25 "alpha": 0.8,
26 "colour": "#f00000",
27 "text": "Page views",
28 "font-size": 10,
29 "values" : [9,6,7,9,5,{"top":7,"colour":"#A03030","tip":"#top#<br>#x_label#"},6,9,7]
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 "3d": 5
42 },
43
44 "y_axis":{
45 "stroke": 4,
46 "tick_length": 3,
47 "colour": "#d000d0",
48 "grid_colour": "#00ff00",
49 "offset": 0,
50 "max": 20
51 }
52
53/* &x_axis_steps=2& */
54
55}
56
Note: See TracBrowser for help on using the repository browser.