IE bug with width set to %
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



IE bug with width set to % Expand / Collapse
Author
Message
Posted 11/16/2007 7:55:54 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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

  Post Attachments 
iewidthpercbug.txt (15 views, 3.46 KB)

Post #3071
Posted 11/16/2007 8:56:42 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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

Post #3074
Posted 11/5/2008 6:06:20 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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!
Post #9644
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 6:23pm


Execution: 0.031.