NavigatorHintComponent
The default options of the navigator hint (see example).
Selector
kendo-chart-navigator-hint
Inputs
content
(e: NavigatorHintContentArgs) => string
The function that returns the content of the hint.
The available fields in the event argument are:
from
—The lower boundary of the selected range.to
—The upper boundary of the selected range.
format
string
The format of the hint.
visible
boolean
The visibility of the hint.
Methods
notifyChanges
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
item.notifyChanges({ visible: true });
Parameters
changes
any
An object containing the updated input fields.