Guest Basundhara Ghosal

Problem with layers

Recommended Posts

Hi,

I'm trying to add tooltips (made with javascript) in a screen with charts. The problem is that the charts are showing above the tip, and thus hiding it. Is there a way to force the tip to show on top of the charts?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Eyal,

A tool-tip is shown when the mouse is hovered over a particular data point.

It shows the following information:

  • Single series chart (except pie & doughnut): Name & value
  • Pie & Doughnut: Name & value/percentage
  • Multi-series & combination chart: Series Name, Category Name, Data Value

Ref.- http://www.fusioncharts.com/docs?/AttDesc/ToolTip.html

However, you can impose custom tooltip using j-query over the chart.

Please try it using the following steps:-

1)Please render the chart and the tooltip in two different Divs.

2)Please set the tranparency functionality of the chart Div to zero.

3)Apply your custom codes for rendering the tooltip over the chart.

Hope this helps. :)

 

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