KimberlyLord

Members
  • Content count

    2
  • Joined

  • Last visited

About KimberlyLord

  • Rank
    Forum Newbie
  1. chart appearance

    <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
  2. chart appearance

    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