Fortest Report post Posted April 10, 2012 I am using FusionCharts XT. There are some cases where data is not present to display chart. Is there any way to show message something like "No data found"? Please help. Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 10, 2012 Hi, You can change chart messages, FusionCharts allows you to set chart message using simple JavaScript functions. For more information, read here: http://docs.fusioncharts.com/charts/contents/?advanced/ChartMessages.html I am using FusionCharts XT. There are some cases where data is not present to display chart. Is there any way to show message something like "No data found"? Please help. Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 10, 2012 Hi, Can you elaborate on your requirement? Can you paste your sample code here? Share this post Link to post Share on other sites
Fortest Report post Posted April 11, 2012 We are using attached class provided by fusioncharts to generate chart. And following line is used to get chart. here xmlData is xml data to generate charts. Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", xmlData.ToString(), ChartId, "400", "200", false, true); Hi, Can you elaborate on your requirement? Can you paste your sample code here? FusionCharts.txt Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 11, 2012 Hi, You can customize the Chart Messages using the JavaScript methods only, as mentioned in the earlier post. Thanks for your time. We are using attached class provided by fusioncharts to generate chart. And following line is used to get chart. here xmlData is xml data to generate charts. Literal1.Text = FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", xmlData.ToString(), ChartId, "400", "200", false, true); Share this post Link to post Share on other sites