High CPU Usage, Browser Crash with wmode and Multiple Graphs
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


««12345»»»

High CPU Usage, Browser Crash with wmode and... Expand / Collapse
Author
Message
Posted 2/3/2008 12:27:45 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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

Post #4340
Posted 2/5/2008 1:44:27 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts 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
Post #4384
Posted 2/5/2008 4:03:55 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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.
Post #4397
Posted 2/12/2008 8:23:38 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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

Post #4469
Posted 2/12/2008 10:29:53 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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
Post #4470
Posted 2/13/2008 8:52:40 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts 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
Post #4503
Posted 2/13/2008 4:47:53 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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>
Post #4512
Posted 2/21/2008 5:32:05 PM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior 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
Post #4676