Transparent background
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Transparent background Expand / Collapse
Author
Message
Posted 8/29/2008 8:52:17 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 8/29/2008 9:25:49 PM
Posts: 5, Visits: 12
I cannot get the background of this chart to be transparent.  Note that I add the line chart.setTransparent(true);

   <div id="chartdiv" align="center">
        FusionCharts. </div>
   <div align="center">
  <script type="text/javascript">
     var chart = new FusionCharts("powercharts_developer/Charts/Candlestick.swf", "ChartId", "700", "400", "0", "0");
     chart.setDataURL("Data/mbsCandle5_oleDB.xml");
     chart.setTransparent(true);
     chart.render("chartdiv");
  </script>
   </div>

Post #8277
Posted 8/30/2008 12:19:12 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 10:52:26 PM
Posts: 625, Visits: 1,913
hi,

Could you please use bgAlpha='0,0' in charts xml

i.e

 <chart bgAlpha='0,0' >

Thanks,
Arindam

FusionCharts Team
www.fusioncharts.com

Post #8281
Posted Today @ 7:03:26 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: Today @ 6:57:19 PM
Posts: 1, Visits: 1
same situation, all done, but no way to let transparent work...

edited php page, and xml file

(using firefox)
Post #10324
« Prev Topic | Next Topic »


Permissions Expand / Collapse

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


Execution: 0.031.