samermurrar Report post Posted April 14, 2014 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, Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 15, 2014 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
samermurrar Report post Posted April 15, 2014 Hi, Thank you for your reply, Could you help me to with the "Z-Index" code. Regards, Share this post Link to post Share on other sites
samermurrar Report post Posted April 15, 2014 I got it . Thanks Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 16, 2014 Hi, Glad that the suggestion provided to you, was helpful to resolve your issue. Share this post Link to post Share on other sites