-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: ChartEnhancementFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET MVC)SEV: Medium
Milestone
Description
Enhancement
Add the TemplateView, TemplateId, and TemplateHandler options to the Tooltip of the MVC Chart . They are available in the Core Chart.
Currently only the Template option can be used in the MVC Chart:
.Tooltip(tooltip =>
{
tooltip.Visible(true);
tooltip.Template("Value: #= value # ; Category: #= category #");
})
Environment
- Kendo UI version: 2024.1.130
- jQuery version: x.y
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: ChartEnhancementFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET MVC)SEV: Medium