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.
Hello, Deej,
The Kendo UI Chart feature the following tooltip.format options:
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