I’m using Telerik’s Kendo UI pie chart. I’m using the following configuration for the Tooltip:
tooltip: {
visible: true,
template: "${ category } - ${ value }%"
},
My category names are getting cut off because the Tooltip labels are too large. Is there a way to alter the location of where the Tooltip is displayed?
can you try playing around with the overlay or does the tooltip have an overlay property