samermurrar

FusionCharts in front of the drop-down menu (when using Javascript)

Recommended Posts

Hello,
 
I am still in FusionCharts evaluation mode, and I face a problem when use the FusionCharts with Javascript option, the charts hide the drop-down menu as the screenshot below!
 

 

Chart on left source code is:

   FusionCharts.SetRenderer("javascript")
   chart_from_db1.Text = FusionCharts.RenderChart("FusionCharts/Line.swf", "", xmlStr.ToString(), "a", "500", "250", False, True)
 
Chart on right source code is:
   chart_from_db2.Text = FusionCharts.RenderChart("FusionCharts/Line.swf", "", xmlStr1.ToString(), "b", "420", "250", False, True, True)
 
 
I am using FusionCharts  with VB ASP .NET
 
Regards,

post-62624-0-80358400-1397466030_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Could you please try setting the Z-Index of the container, inside which the JavaScript chart is being rendered?

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Glad that the suggestion provided to you, was helpful to resolve your issue.

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