sheerseo Report post Posted December 1, 2009 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 Report post Posted December 1, 2009 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