Sign in to follow this  
analisn

tooltips are covered by another chart.

Recommended Posts

I have to draw several charts on a page.

Then I found some tips were covered by another chart below ,because some tips were very long.

how can I made all tips on the toppest level?

Best Regards

Share this post


Link to post
Share on other sites

Hi,

 
Could you please make the chart transparent and try again?
 
You can do it as follow:
 
var chart1 = new FusionCharts("FusionCharts/Pie3D.swf", "chart1Id", "400", "300", "0", "1");
chart1.setDataXML("<chart>.......</chart>");
chart1.setTransparent(true);
chart1.render("divname);
 

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