|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/12/2008 8:22:51 AM
Posts: 2,
Visits: 2
|
|
| I am having the same problem and have spent thousands on this graphing technology. Can you please escalate this to fix it asap or I will have to seek a refund on this technology if not resolved. John Bracker
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
John,
Can you please send us details of your problem with relevant XML files at support@fusioncharts.com?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/28/2008 6:27:35 PM
Posts: 12,
Visits: 28
|
|
Hi John,
Can you try out the bug proof which I posted in this file (http://www.fusioncharts.com/forum/Attachment192.aspx) as well? Maybe a few more confirmations will get this issue some attention.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/12/2008 8:22:51 AM
Posts: 2,
Visits: 2
|
|
| GregorTP, Confirmed your bug report correctly identifies the same issue we're having! Fix this ASAP! John
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/15/2008 5:36:47 PM
Posts: 7,
Visits: 22
|
|
We're seeing this as well. FF 2, Flash 9,0,115,0.
We need to WMODE to allow elements to be on top of the graphs... Is there any alternative?
-Tony
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
Tony,
Can you please send us the HTML page at support@fusioncharts.com?
To All: we're trying to identify the issue that is causing this. First, we're just trying to reproduce the error. Second step is to identify which component is causing the problem (the JS or browser). We're pretty sure that there's no faulty code in FusionCharts which is causing this, as if you run the code without Wmode, it'll run fine.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/28/2008 6:27:35 PM
Posts: 12,
Visits: 28
|
|
I'm confident that it's not the JS. I tried vanilla swfobject.js and embed's with no success. Here's the HTML from the embed test if you'd like to confirm:
<html>
<head>
<style type='text/css'>
div.graph_div {
width: 500px;
height: 300px;
border: solid black 1px;
margin-bottom: 0.5em;
}
</style>
</head>
<body>
<div class='graph_div' id='d0'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div class='graph_div' id='d1'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div class='graph_div' id='d2'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div class='graph_div' id='d3'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div class='graph_div' id='d4'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div class='graph_div' id='d5'>
<embed type="application/x-shockwave-flash" src="Column3D.swf" wmode="transparent" flashvars="chartWidth=500&chartHeight=300&dataURL=Col3D1.xml" height="300" width="500"></embed>
</div>
<div style='height: 1000px; width: 20px; background-color: red; position: absolute; top: 300px; left: 100px;'></div>
</body>
</html>
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 5/28/2008 6:27:35 PM
Posts: 12,
Visits: 28
|
|
How is your progress on investigating this issue?
Do you have any information that may be of interest? Do you have any questions from me regarding reproducing this bug?
I'm willing to provide any assistance on testing and resolving this issue if needed.
--Gregor
|
|
|
|
| | |