Sign in to follow this  
David Song

How To Add An Evenet Listener To "ready" To Fusionchart?

Recommended Posts

Hi all,

I would add FusionCharts widgets to Eclipse RAP customer widgets. First I create a div element and then add a Fusionchart to the div element, but the when I render the fc chart, fc can not find the div element, I know at this moment the div is not added or render to the browser really. so I want to know when the div element is rendered or fc chart is ready, how to do it?

 

post-41905-0-03341800-1366209554_thumb.png

 

 

Thanks very much

David

Share this post


Link to post
Share on other sites

Hi David,

 
Could you send us the code snippet which contains the div tag and the fc tag? 
 
The div element which is supposed to contain the chart should be placed before the code which calls  fc:render that renders that chart in the div.
 
For more information, please refer our documentation link : http://docs.fusioncharts.com/charts/contents/Code/J2EE/JSP_GettingStarted.html
 
Awaiting your response.

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