Skip to content

Tooltip template options missing in the MVC Chart helper #7714

@IvanDanchev

Description

@IvanDanchev

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions