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

Series tootip

1 Answer 52 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 12 Dec 2014, 01:10 PM
I'm trying unsuccessfully to set different tool-tips for different series.

I want some series tool-tips to be visible but others not. It seems that the visibility of the tool-tip on the last series determines the visibility of the tool-tips on ALL series. Does it have to be this way or am I doing something wrong.

.Series(series => { series.Donut(Model.Data.Bands.Where(b => b.ID == 1).First().Sections); }).Tooltip(t => t.Visible(true))
.Series(series => { series.Donut(Model.Data.Bands.Where(b => b.ID == 2).First().Sections); }).Tooltip(t => t.Visible(false))                           

The above hides the tool-tips on both series.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 16 Dec 2014, 01:00 PM
Hi Paul,

From the provided code snippet it appears you are changing the visibility of chart tooltip not to a particular series.tooltip. Unfortunately there is a bug in the current version of Kendo UI Chart for ASP.NET MVC and a tooltip for a particular series cannot be configured. I forwarded this issue to the developers for further investigation and fixing. Please excuse us for the caused inconvenience.

Regards,
Iliana Nikolova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart
Asked by
Paul
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or