philiptiju

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by philiptiju

  1. Hi, I use the below code to render the fusion charts < script language="JavaScript" type="text/javascript" > // Intentionally gave spacing var jsVariableForColumn = new FusionCharts("Charts/Column2D.swf", "columnTag", "100%", "100%", "0", "1"); jsVariableForColumn.setDataXML(parent.loadColumn()); jsVariableForColumn.setTransparent(true); jsVariableForColumn.render("columnChart"); < / script > // Intentionally gave spacing However its rendering width of 100%. Height let it be of any value with %, its doesn't change at all. It shows default size I suppose. Its shows perfectly in Chrome . Plz let me know whats the exact issue. Waiting for the reply.
  2. Yeah I do agree that.. However it takes width as 100% and height around 25% of the browser
  3. The code is as above: When I enable debug more I get the following value Internet Explorer: Initial Width: 1108 Initial Height: 192 Mozilla: Initial Width: 1112 Initial Height: 200 Chrome: Initial Width: 1129 Initial Height: 418 I'm getting 100% height and width in Google Chrome.