Kendo-ui tooltip in Angularjs
问题 I wrote a simple kendo-ui app, which displays a pie chart from JSON. I used AngularJS and i couldn't find a reference on how to display a tooltip when the user hovers on the chart. Coding snippet: <div kendo-chart k-title="{ text: 'DemoProg', position: 'bottom' }" k-series-defaults="{ type: 'pie' }" k-series="[{ field: 'solar', categoryField: 'year', padding: 0 }]" k-data-source="yearSource" k-series-hover="onSeriesHover" ></div> and i also found out in the official tutorial page, we can show