New to Kendo UI for AngularStart a free 30-day trial

ChartCustomMessagesComponent

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

NameTypeDefaultDescription

noData

string

The message to display when no series are defined, or all series are empty.

In this article
SelectorInputs
Not finding the help you need?
Contact Support