onkar Report post Posted November 7, 2014 Hi I am using fusion chart(version 3.2.2.2) in asp.net. Following code I am using to set the ChartNoDataText .It works fine in Mozilla but does not work in chrome var chart = FusionCharts(chartId); var displayMessage = document.getElementById("<%=hdnNoDataText.ClientID %>").value; chart.configure("ChartNoDataText", displayMessage"); please help me. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 10, 2014 Hi I am using fusion chart(version 3.2.2.2) in asp.net. Following code I am using to set the ChartNoDataText .It works fine in Mozilla but does not work in chrome var chart = FusionCharts(chartId); var displayMessage = document.getElementById("<%=hdnNoDataText.ClientID %>").value; chart.configure("ChartNoDataText", displayMessage"); please help me. Hi, We are unable to replicate the issue. The chart messages are displayed fine in Chrome. First, could you please let us know the FusionCharts version you are using? and send us a scaled-down sample if possible so that we might test it? You can mail the details to [email protected], quoting this thread. Also, could you please upgrade your current version to the latest, i.e, FusionCharts v3.5.0 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. Share this post Link to post Share on other sites