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

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.

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