tiago_simoes Report post Posted November 16, 2007 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 iewidthpercbug.txt Share this post Link to post Share on other sites
tiago_simoes Report post Posted November 16, 2007 (edited) 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 Edited November 16, 2007 by Guest Share this post Link to post Share on other sites
robertjmoore Report post Posted November 5, 2008 This is awesome-- exactly what I was looking for, thanks! Share this post Link to post Share on other sites