Sireesha

Jquery Datetime Picker Is Hiding Behind The Fusionchart Object In Chrome Browser

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now