Declined
Last Updated: 22 Jan 2020 15:21 by ADMIN
Deej
Created on: 17 Oct 2013 21:41
Category: Chart
Type: Feature Request
1
Give Chart Tooltips properties of dateFormats.weeks etc., just like categoryAxis.labels
I want Tooltips to have a default date format for each chart base unit, for any date, like #:category#, appearing in them. Right now I have to use a custom template script and do all kinds of clever math to figure out what the base unit is, if it's set to auto.

Also all Chart types should have access to category name in tooltip.format, using {1} or similar.
1 comment
ADMIN
Alex Hajigeorgieva
Posted on: 22 Jan 2020 15:21

Hello, Deej,

The Kendo UI Chart feature the following tooltip.format options:

https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/tooltip#tooltipformat

For the rest a tooltip template can be used with all the available arguments that come in:

https://dojo.telerik.com/@bubblemaster/ANixICEY

 tooltip:{
     visible:true,
     template:"#=kendo.toString(value, 'c2') + ' ' + kendo.toString(category, 'd')#"
 },

Regards,
Alex Hajigeorgieva
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.