boarderx13 Report post Posted January 21, 2010 I want to hide the chart if there isn't any data returned, instead of showing the message "No data to display". Is this possible with a setting within the chart? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 21, 2010 Hello, I'm afraid, this is not possible with FusionCharts, as of now. Thanks a lot for this suggestion. We have made a note of the same. Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 22, 2010 (edited) Work around ... Change the default "No data to display" message to blank string using ?ChartNoDataText= See: http://www.fusioncharts.com/docs/Contents/ChartMessages.html Check if that works! Edited January 22, 2010 by Guest Share this post Link to post Share on other sites
boarderx13 Report post Posted January 22, 2010 Yea, I already found that workaround. I wanted to hide the chart so that the div wasn't filled with empty white space. Not sure if that is even possible, but maybe you guys can work some magic! Thanks! Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 22, 2010 Just a suggestion, could you probably use javascript to obtain the xml from the rendered chart and see if it is empty and then hide the div containing the chart? Share this post Link to post Share on other sites