New to Kendo UI for Angular? Start a free 30-day trial
NoDataTemplateDirective
Updated on Oct 30, 2025
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]