Sign in to follow this  
cmiller@inxpo.com

Retaining Titles with no data

Recommended Posts

We use many charts, and some of them simply lack data, especially when filtering for dates. In these cases, the "No data to display." message appears. That's all well and good, but the problem is that the captions and subcaptions (which we use as titles and subtitles) of the charts disappear, thereby making it difficult to identify which of the half dozen charts lack data: example:

 

{
"chart": {
"caption": "My Caption",
"subcaption": "My Subcaption",
"startingangle": "120",
"showlabels": "0",
"showlegend": "1",
"enablemultislicing": "0",
"slicingdistance": "15",
"showpercentvalues": "1",
"showpercentintooltip": "0",
"plottooltext": "Document: $label<br />Total: $datavalue",
"theme": "fint",
"exportEnabled": "1"
},
"data": []
}
 
Is there a setting we can use to still display the caption and subcatption when there is no data?

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