New to Kendo UI for Angular? Start a free 30-day trial
ChartCustomMessagesComponent
Updated on Jun 18, 2025
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.
html
<kendo-chart [data]="data">
<kendo-chart-messages noData='No data'></kendo-chart-messages>
</kendo-chart>
Selector
kendo-chart-messages
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
noData |
|
The message to display when no series are defined, or all series are empty. |