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

Trouble Removing Hover Effects on Pie Chart

2 Answers 177 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Kaleb
Top achievements
Rank 1
Kaleb asked on 27 Sep 2012, 01:32 PM
Hi guys,

This should be an easy one:

I am making a radhtmlchart as a pie chart to show information. Currently, when the user hovers over a series the wedge changes color slightly and a tooltip stating the number of items (with a border the same color as the pie wedge) appears. I would like for no tooltip to appear, and for the chart to not change color slightly on hover.

The series for the chart is constructed in the c# codebehind, as well as all seriesitems in that series, due to the dynamic nature of the page. 

Thanks so much,

Kaleb

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Sep 2012, 01:30 PM
Hi Kaleb,

As stated in the RadHmltChart's Server-side API (http://www.telerik.com/help/aspnet-ajax/htmlchart-server-side-api.html) - the TooltipsAppearance of each series has the Visible property. When you set it to false there will be no tooltips.

Regarding the hover effect - it is an integral part of the control and cannot be disabled.


All the best,
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
Maysam
Top achievements
Rank 1
answered on 19 Jul 2017, 07:35 PM
.k-tooltip {
display: none !important;
}
Tags
Chart (HTML5)
Asked by
Kaleb
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Maysam
Top achievements
Rank 1
Share this question
or