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

htmlchart tooltip

3 Answers 75 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Alberto
Top achievements
Rank 1
Alberto asked on 15 Jun 2012, 03:34 PM
hi.
can you help me to set a tooltip to htmlchart item with radtooltipmanager?
i need the id of items to set to radtooltipmanager:
RadToolTipManager.TargetControls.Add(ID,"", true);

thanks.

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 18 Jun 2012, 11:23 AM
Hi Alberto,

Currently this is not possible and the only tooltips that can be attached to the RadHtmlChart items are its own built-in tooltips. We are planning to extend their functionality to include a form of templates, yet this concept is still in the oven.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ronen Cohen
Top achievements
Rank 1
answered on 07 Jan 2016, 05:34 PM

Hi Telerik admins,

I would like to attach a complex RadToolTipManager object to the items on the htmlchart.

My scenario is as follows:

for each item in the series (I use line series) I would like show an extended tooltip the contains pie chart based on the selected item.

Of course the data for the pies comes from the server side.

Still I cannot see that you support such a functionality...

I tried to workaround this using OnClientSeriesHovered event but there is no "on client series mouse leave" and I don't want to use onmouseleave of the chart element.

Do you have any other suggestions?

Thank you very much.

Regards,

Ronen.

0
Marin Bratanov
Telerik team
answered on 11 Jan 2016, 08:06 AM

Hi Ronen,

RadHtmlChart renders SVG, canvas or VML, so one cannot simply get the position for the tooltip from outside code, hence the fact that RadToolTips are difficult to use with RadHtmlChart.

The only other approach I can offer is using the seriesClick event to show a popup like RadWindow with the needed data (e.g., you can pass a querystring parameter with the needed data to know what to load in the content page).

Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart (HTML5)
Asked by
Alberto
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Ronen Cohen
Top achievements
Rank 1
Share this question
or