New to Kendo UI for Angular? Start a free 30-day trial
NoDataTemplateDirective
Represents a directive which selects a template
within the <kendo-chart>
component for the
No Data Overlay.
ts
<kendo-chart>
<ng-template kendoChartNoDataTemplate>
<span>No data available</span>
</ng-template>
</kendo-chart>
Selector
[kendoChartNoDataTemplate]