SeriesDefaultsTooltipComponent
Component
Represents the configuration options of the Chart series tooltip.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-defaults-tooltip
Inputs
background
string
Specifies the background color of the tooltip.
color
string
Specifies the text color of the tooltip.
font
string
Specifies the tooltip font.
Default:
'12px sans serif'
format
string
Specifies the format of the tooltip.
Specifies the padding of the tooltip. A numeric value sets all paddings.
Default:
0
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.