NoDataTemplateDirective
Directive
Represents a directive which selects a template
within the <kendo-chart> component for the
No Data Overlay.
Definition
Package:@progress/kendo-angular-charts
Selector:[kendoChartNoDataTemplate]
Syntax:
html
<kendo-chart>
<ng-template kendoChartNoDataTemplate>
<span>No data available</span>
</ng-template>
</kendo-chart>