KimberlyLord Report post Posted May 28, 2007 (edited) There is a large right and bottom border around chart that I can not seem to get rid of no matter what I do. Is there a way to reduce this area? This chart problem seems to be related to dell laptops. The large border is not present on my desktop computer but is reproducible on other dell laptops. Any help would be greatly appreciated, Kim Edited May 29, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted May 30, 2007 Can you please paste the HTML code you're using to embed the charts? Share this post Link to post Share on other sites
KimberlyLord Report post Posted May 30, 2007 <html> <head> <script language="JavaScript" src="Charts/FusionCharts.js"></script> </head> <body bgcolor="#ffffff"> <div id="chartdiv" align="center" style="background-color:purple">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var myChart = new FusionCharts("Charts/FCF_Column3D.swf", "myChartId", "400", "300"); myChart.setDataURL("Charts/Data/Data.xml"); myChart.render("chartdiv"); </script> </body> </html> Attached is a screen shot. Thank you, Kim Lord Share this post Link to post Share on other sites
Pallav Report post Posted June 1, 2007 The chart is actually coming right - you've set a width and height of 400 x 300 pixels, and which is what the chart is plotting. Share this post Link to post Share on other sites