Nick71

Hiding A Chart

Recommended Posts

I am using a jQuery request to retrieve updated data for the chart. Whilst this is happening I am showing a spin control so the user knows something is happening. Whilst the server is processing the request, I want to hide (not dispose) the chart. I have tried setting the message, i.e.

 

myChart.ref.showChartMessage('');

 

However, although the chart is hidden, it displays a message null rather than nothing (even if I put spaces in the string). Is there any way I could hide the chart whilst the update occurs. I am using the following to show the chart again;

 

myChart.setDataXML(chartXML);

 

Thanks

Nick

Edited by Nick71

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi Nick,

 

The issue of "showChartMessage();" display "null" for spaces as an argument, has been reported and our developers are looking into this.

 

Further any updates, we would inform you soon.

 

Thank you for your continued patience and patronage.

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