Sign in to follow this  
onkar

ChartNoDataText not working in chrome

Recommended Posts

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

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

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