I need to place some text in the center of a donut chart's hole. I looked at the following guidelines:
http://docs.telerik.com/kendo-ui/controls/charts/how-to/donut-chart-hole-text
Given my current scenario I am not able to take advantage of the CSS option. So I am trying the render event approach. I get a typescript error on the "e.sender.surface.draw(text);" statement which says "Property 'surface' does not exist on type 'Chart'."