TooltipComponent
Represents the Kendo UI for Angular Chart Tooltip configuration (see example).
Selector
kendo-chart-tooltip
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the tooltip. | |
border |
|
Specifies the border configuration of the tooltip. | |
color |
|
Specifies the text color of the tooltip. | |
font |
|
|
Specifies the font of the tooltip. |
format |
|
Specifies the format of the tooltip. | |
opacity |
|
|
Specifies the opacity of the tooltip. |
padding |
|
Specifies the padding of the tooltip. A numeric value sets all paddings. | |
shared |
|
|
Determines whether the Chart displays a single tooltip for every category. |
visible |
|
|
Determines whether the Chart displays the series tooltip. |
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. ts
| ||||||
|