analisn Report post Posted March 5, 2009 I have to draw several charts on a page. Then I found some tips were covered by another chart below ,because some tips were very long. how can I made all tips on the toppest level? Best Regards Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 6, 2009 Hi, Could you please make the chart transparent and try again? You can do it as follow: var chart1 = new FusionCharts("FusionCharts/Pie3D.swf", "chart1Id", "400", "300", "0", "1"); chart1.setDataXML("<chart>.......</chart>"); chart1.setTransparent(true); chart1.render("divname); Share this post Link to post Share on other sites