Sign in to follow this  
Rono

Caption with no data message

Recommended Posts

If a chart is given no data it displays the "No data to display." message and nothing else.  Is it possible to have it show the border, caption and sub-caption as well?  I realize I could just render them myself in HTML, but it would be nice to not have to rework what I've done.

Share this post


Link to post
Share on other sites

If a chart is given no data it displays the "No data to display." message and nothing else.  Is it possible to have it show the border, caption and sub-caption as well?  I realize I could just render them myself in HTML, but it would be nice to not have to rework what I've done.

Hi,

 

Please note that in order to display a blank canvas without nay data, you would need to provide a complete XML/JSOn data format without any data.

Ex:

<chart >   
   <set />
</chart>
 
Please check with the screenshot for your reference.
 
post-8144-0-12609300-1407148173_thumb.jpg
 
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