Sign in to follow this  
gludington

Changing Text (Or Triggering Chart Loading...)

Recommended Posts

Is there a way to Change the "No data to display" message after the swf has loaded? setDataURL() is not working for us, so we are making a standard ajax call and invoking setDataXML() in the callback. Unfortunately, this presents the user with a "No data to display" message for the duration of the data load, which is not the best experience. The documentation suggests overriding with a parameter in a parameter to the flash movie, as in:

 

Column2D.swf?ChartNoDataText=Please select a record above

 

but that would override the message even in those cases where we actually *have* no data, which is no good.

 

Is there a way from javascript to trigger the showing of a specific message in the flash movie?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

I am afraid, as of FusionCharts does not support this.

 

However, in case if you know which charts does not consist of any data, you can try re-rendering those charts using 'No Data to Display' text.

 

I hope this helps.

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