Sign in to follow this  
Pallav

Fusion chart hides my PopupControl

Recommended Posts

Hello,

I have a Ajax PopupControl on the same page as my Fusion real-time chart. When Ever i click to get my popup control, it hides behind the chart, instead of showing up on it.

Is there any way for chaning this?

Dshah

Share this post


Link to post
Share on other sites

Hello MPLKM,

Welcome to the forum. :)

The code has to be set manually, and in the HTML body. This is what it should generally look like:

<script type="text/javascript">

var chart = new FusionCharts("../Charts/Area2D.swf", "ChartId", "600", "275", "0", "0");

chart.setDataURL("Data/Area2D.xml");

chart.setTransparent(true);

chart.render("chartdiv");

</script>

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
Sign in to follow this