Archie144

Chart Displays Black Screen Till User Hovers On It.

Recommended Posts

Chart displays black screen till user hovers on it. Once user hovers on it, it shows actaul chart. Why is this happening?I want chart to get displayed immediatly .

 

 

after hover next image:

 

 

I observed : if I set :

<param name="wmode" value="opaque"/>

It shows black screen and after user hovers it shows chart but if we set

<param name="wmode" value="transparent"/>

It shows blank screen and here also user has to hover to display chart.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please send us a screenshot to look into the issue?

 

Please confirm the FusionCharts version you are using.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Where can I send u screen shot? Which mail id?

I think, I can't add those here from my machine's file system?

 

In mean time I got solution but that's kind of weird because when we removed height=100% and width="100%" from below tag and added fixed height and width, it started showing graphs immediatly and now it's not required to hover over it to display graphs.

 

 

<object classid=

 

I'm using <embed src

 

to display charts.

 

-Archana-

 

 

 

 

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Could you please send us a screenshot to look into the issue?

 

Please confirm the FusionCharts version you are using.

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

My image before hover: is blank.jpg

 

and after hover is: image.jpg

 

However , as mentioned earlier I have solved this problem by giving fixed height and width to <object classid=

-Archana

 

 

 

 

Hi,

 

Where can I send u screen shot? Which mail id?

I think, I can't add those here from my machine's file system?

 

In mean time I got solution but that's kind of weird because when we removed height=100% and width="100%" from below tag and added fixed height and width, it started showing graphs immediatly and now it's not required to hover over it to display graphs.

 

 

<object classid=

 

I'm using <embed src

 

to display charts.

 

-Archana-

 

 

 

 

 

 

post-15998-097010600 1304329147_thumb.jpg

post-15998-009199900 1304329177_thumb.jpg

Share this post


Link to post
Share on other sites

Yes, I saw same for Pie3D drawn using Pie3D.swf

 

and Line chart, Bar chart, Area Charts drawn using MSCombi2D.swf

 

-Archana-

So, this is with FusionWidgets. Did you notice the same for FusionCharts 3.2.x?

Share this post


Link to post
Share on other sites

Hi,

 

I'm experiencing the same problem when having multiple charts on PHP page.

Each chart has unique id. I've also added event listeners and no "Loaded" or "Rendered" event happens unless I hover over chart.

Black screen is displayed in both - IE and FF.

If I try printing page instead of chart there is an empty area (Unless we mouseover and make the chart display properly).

 

I'm using FusionCharts v.3.2.1 and renderChartHTML.

 

My charts need to have 100% width and height, so I cannot give them fixed values.

 

Any ideas what shall I do to have all charts displayed properly?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

I'm experiencing the same problem when having multiple charts on PHP page.

Each chart has unique id. I've also added event listeners and no "Loaded" or "Rendered" event happens unless I hover over chart.

Black screen is displayed in both - IE and FF.

If I try printing page instead of chart there is an empty area (Unless we mouseover and make the chart display properly).

 

I'm using FusionCharts v.3.2.1 and renderChartHTML.

 

My charts need to have 100% width and height, so I cannot give them fixed values.

 

Any ideas what shall I do to have all charts displayed properly?

 

Awaiting for your response.

 

 

Hi,

 

Can you paste your sample code and XML here?

 

 

 

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

With regard to your query, please find the modified "test.php" file where <embed .../> tag is inserted for both of the charts, which is rendering the charts in all browsers.

 

Please find the attached screen shot of the same for your reference.

 

Also for the printing issue, please note that it is always recommended that to use the FusionCharts JavaScript class method for embedding the charts in an HTML page.

 

When embedding using OBJECT/EMBED method, only Flash charts will show up. Additionally, features such as managed printing in Mozilla based browsers and enhanced browser-specific error handling will not function as well, as they are dependent on the FusionCharts JavaScript class.

 

However you can print the charts individually by right click on the chart > Context Menu > Print Chart option.

 

Hope this helps!

test.php

post-23588-0-36413800-1339410305_thumb.png

post-23588-0-26518900-1339410319_thumb.png

Edited by Sashibhusan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now