This is a migrated thread and some comments may be shown as answers.

Tooltip at top of chart div

1 Answer 150 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 07 Apr 2015, 10:14 PM

My Kendo Chart is located within a div. That div currently has a title tag on it. The issue is that the tooltip for that title tag shows on mouse hover over the div area, but it is interfering with the chart tooltip (e.g. pie chart tooltip for a pie piece). It is not possible for me to remove the title attribute from the enclosing div because of 508/WCAG requirements. I'm hoping I can use Kendo's Tooltip widget to always show the tooltip at the top of the div, regardless of where the mouse is located within the div. If so, please provide the API usage to make this possible.

Thanks,

--Ed

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 09 Apr 2015, 11:34 AM
Hi Ed,

In order to avoid this issue I would suggest the following approach: 
- Set empty title when hovering the element;
- Set the initial title when leaving the element.
For your convenience I prepared a basic example

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ToolTip
Asked by
Ed
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or