Rono Report post Posted July 31, 2014 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
Sanjukta Report post Posted August 4, 2014 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. Hope this helps. Share this post Link to post Share on other sites