|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/14/2008 9:51:04 AM
Posts: 4,
Visits: 31
|
|
| When a chart has a percentage width and is rendered bellow in an invisible area of the screen IE7 shows a bug. Just rename the attached file to htm to see what I mean. Can we expect a fix for this behaviour soon? Thanks, Tiago
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/14/2008 9:51:04 AM
Posts: 4,
Visits: 31
|
|
| Hi, I think I just found a workaround for this IE bug: <DIV id=chartdiv2 style="width:50%;height:30%">The chart will appear here. This text will be replaced by the chart.</DIV> <SCRIPT type="text/javascript"> var myChart2 = new FusionCharts("Charts/MSColumn3DLineDY.swf", "myChartId2", document.getElementById("chartdiv2").clientWidth, document.getElementById("chartdiv2").clientHeight); myChart2.setDataXML(dataxml); myChart2.render("chartdiv2"); </SCRIPT> Cheers, Tiago Simões
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 11/5/2008 5:58:41 PM
Posts: 1,
Visits: 1
|
|
| This is awesome-- exactly what I was looking for, thanks!
|
|
|
|