kbadr Report post Posted May 6, 2008 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
FusionCharts Support Report post Posted May 7, 2008 Hi, Could you please send us the code? Share this post Link to post Share on other sites
kbadr Report post Posted May 7, 2008 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
Pallav Report post Posted May 12, 2008 Hi, The # in IE gets appended when you click on a JS link in chart- it's a documented bug in IE. Share this post Link to post Share on other sites