Hi,
Is there a way to use Vue Templates (as per explain here: https://www.telerik.com/kendo-vue-ui/components/framework/vue-templates/#toc-using-single-file-components) for category labels in Kendo Charts ?
Because it does work with the Scheduler Event Template, but with the Chart all I can get is to print a div text (it is really print as his, not an empty div):
<
div
id
=
"kendoGUID"
></
div
>
CodeSandBox: https://codesandbox.io/s/vue-template-ddl-d2jhq
Thanks for your help !