TooltipComponent
Component
Represents the Kendo UI for Angular Chart Tooltip configuration (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-tooltip
Inputs
background
string
Specifies the background color of the tooltip.
color
string
Specifies the text color of the tooltip.
font
string
Specifies the font of the tooltip.
Default:
'12px sans-serif'
format
string
Specifies the format of the tooltip.
opacity
number
Specifies the opacity of the tooltip.
Default:
1
shared
boolean
Determines whether the Chart displays a single tooltip for every category.
Default:
false
visible
boolean
Determines whether the Chart displays the series tooltip.
Default:
false
Methods
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.
Parameters:changesany
An object containing the updated input fields.