Sign in to follow this  
Pallav

FusionCharts changed titlebar in IE

Recommended Posts

Has anyone else noticed a problem where FusionCharts keep appending part of your page url to the IE titlebar? I have multiple charts in one page and, in IE only, each one is appending the anchor location (string after the #) of my url to the titlebar. The result looks like "My Page#anchor" and "#anchor" gets appended for every chart that loads on the page.

 

 

 

Is this a FusionCharts bug?

Share this post


Link to post
Share on other sites

I'm still not clear what you mean when you say "send us". I hope posting the code here is what you want.

 

 

 

Here is the javascript that draws the chart:

 

 

 


myChart = new FusionCharts( '/fc/MSStackedColumn2D.swf?ChartNoDataText=Network Interface Traffic - There is no data to display', 'interfacesChartId', 320, 160, 0, 0)

myChart.setDataURL("/device/interface_traffic_data?for_widget=1");

myChart.render("chart_interfaces_886107621");

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