ChartCustomMessagesComponent
Component
Represents the custom messages component of the Kendo UI for Angular Chart. This component allows you to customize the messages displayed in the Chart, such as the "No data available" message.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-messages
Syntax:
html
<kendo-chart [data]="data">
<kendo-chart-messages noData='No data'></kendo-chart-messages>
</kendo-chart>
Inputs
noData
string
The message to display when no series are defined, or all series are empty.