Sireesha Report post Posted March 26, 2012 I have JQuey DateTime Picker On Selecting the DateTIme Piker it is hiding behind the FusionChart Chart Object. I have Included <embed wmode="transparent"></embed> <param name="WMode" value="transparent"> in my FusionChart.js File This is Happening in Chrome Browser. And in Mozilla css is not applying. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 27, 2012 Hi, If you are using JavaScript embedding method for plotting the chart, then you can use "setTransparent" method. myChart.setTransparent(true); This method will set your chart background as transparent in the HTML page. If you are using HTML embedded method following code will work, <param name="WMode" value="transparent"> Also, can you please confirm which FusionCharts version is used? Can you paste your sample code and XML here? Awaiting your response. Share this post Link to post Share on other sites