|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/7/2008 1:20:00 PM
Posts: 9,
Visits: 42
|
|
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?
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:31:05 AM
Posts: 677,
Visits: 1,081
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/7/2008 1:20:00 PM
Posts: 9,
Visits: 42
|
|
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");
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/2/2008 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
Hi,
The # in IE gets appended when you click on a JS link in chart- it's a documented bug in IE.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|