SeriesTooltipComponent
The configuration options of the Chart series tooltip (see example).
Selector
kendo-chart-series-item-tooltip
Inputs
background
string
The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
border
The border configuration options.
color
string
The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
font
string
The font of the tooltip.
format
string
The format of the labels. Uses the format
method of IntlService.
The available format placeholders are:
- Area, Bar, Column, Line, Pie, radarArea, radarColumn and radarLine {0} - value
- Bubble {0} - x value{1} - y value{2} - size value{3} - category name
- Scatter, scatterLine {0} - x value{1} - y value
- PolarArea, polarLine and polarScatter {0} - x value (degrees){1} - y value
- Candlestick and OHLC {0} - open value{1} - high value{2} - low value{3} - close value{4} - category name
- RangeArea, rangeBar, rangeColumn {0} - from value {1} - to value
padding
number | Padding
The padding of the tooltip. A numeric value sets all paddings.
visible
boolean
If set to true
, the Chart displays the series tooltip.
By default, the series tooltip is not displayed.
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.