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,