asifchouhan Report post Posted August 5, 2010 Hi all, I have used FusionChart in one of chart viewing module in which I have used Bar Chart and Pie Chart. User select an Date from calendar and according to that date data loads in respective charts. My query is when any user goes for date selection from calendar, calendar opens for date selection but it hides under chart control and it is partially visible for user. How to overcome this weird problem? PLease get me sort it out. Any help would be appreciated. Regards Asif Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 5, 2010 Hey Asif, Could you please provide us with a picture/image/snap-shot of the error you are experiencing here? Oh, and - Welcome to the FusionCharts Forum! Looking forward to your post. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 5, 2010 Hi Asif, In case the chart is getting displayed on top of the calendar then please try setting the Transparency of the chart to 'true'. Ref.- <div id="chartdiv" align="center">The chart will appear within this DIV. This text will be replaced by the chart.</div> <script type="text/javascript"> var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId", "900", "300", "0", "0"); myChart.setDataURL("Data.xml"); myChart.setTransparent(true); myChart.render("chartdiv"); </script> </div> Hope this helps. Share this post Link to post Share on other sites
asifchouhan Report post Posted August 6, 2010 Thanks Supreme Being I have made the chart Transparent. Thanks a lot for your support. Regards Asif Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted August 6, 2010 Hi Asif, We are glad to help you. Keep smiling and keep FusionCharting. Share this post Link to post Share on other sites
machen Report post Posted August 11, 2010 PDF to GIF Converter is an ultimatec PDF to GIF converting tool for rendering PDF files. It can convert PDF files to most common image formats, such as JPEG, PNG, GIF, BMP, PCX, TGA, TIFF and so on. This PDF to GIF Converter can convert all the PDF files to any image formats with high quality, and very easy to use, only by a few clicks users can finish the PDF to GIF conversion. pdf to gif converter pdf to ppt converter Share this post Link to post Share on other sites
amit_ugam Report post Posted July 27, 2011 Hi, We are creating fusionchart by using "FusionChartsCreator.createChartHTML" method and we want to set transparent true with in this method. Any one have any idea please help.Thanks in Advance Amit Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 27, 2011 Hi, Welcome to FusionCharts Forum! Could you please confirm the server side language you are using for rendering FusionCharts? Awaiting for your response. Share this post Link to post Share on other sites