Sign in to follow this  
Guest Basundhara Ghosal

Fails to render full chart

Recommended Posts

I'm trying in one of my chart to display around 800 bar's ... when I reach around 100 bars my browser fails to render all bars, so the chart looks half finished.

 

 

 

Not sure whether this is due to Flash limitations or because of FusionCharts.

 

 

 

Please let me know if you have experienced similar issue and how you have resolved it.

 

 

 

 

 

Many thanks,

 

zimi

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Zimi,

Welcome to FusionCharts forum. :D

Could you please try re-rendering the chart by setting the attribute 'animation' to '0'.

Please note, that you need not apply the 'Style' features on the chart as well please do not apply any gradient color for the dataplots.

Hope this helps. :)

Share this post


Link to post
Share on other sites

Dear Basundhara,

 

 

 

Thank you for looking into this.

 

 

 

I did as you suggested but I still have the same issue. Could you please try on your system using stackedBar2D chart to display over 500 bars? I appreciate your help.

 

 

 

Regards,

 

Saulius

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Zimi,

Thanks for your kind words.

Could you please send us the XML codes that you are using as an attachment?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Dear Basundhara,

 

 

 

Did you have a chance to look into the XML I sent you?

 

 

 

Do you have the same issue with the chart?

 

 

 

Regards,

 

Saulius

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Zimi,

Could you please re-send us the XML codes, as we have not yet received it may be due to some error in the process.

Awaiting your reply. :hehe:

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Zimi,

The minimum pixel value required for each single dataplot to get humanly identified is 5-10 pixel.

As you are using around 400 <category> elements, please try specifying the height of the chart as 4000 pixels to get the dataplots identified.

Ref.- var chart = new FusionCharts("StackedBar2D.swf", "ChartId", "1200", "4000", "0", "1");

Also, please take a look into the XML that we are sending you as an attachment where we have added tooltext to <set> elements so that when you hover over the dataplots you can identify whether all the dataplots are getting rendered or not on the browser page.

Please revert to us.

Bar2D.zip

Share this post


Link to post
Share on other sites

We do resize the chart to fit all bars.

 

 

 

new FusionCharts("/charts/StackedBar2D.swf", "NetPromoter", "700", "14940", "0", "1");

 

 

 

I still get the same issue even with the modified XML.

 

 

 

What else should I try?

 

 

 

Regards,

 

Saulius

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Zimi,

Please try mentioning the width and the height of the chart within '4000' * '4000' pixels as this is the limitation of the Flash Player.

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
Sign in to follow this