New to Kendo UI for AngularStart a free 30-day trial

TooltipComponent

Represents the Kendo UI for Angular Chart Tooltip configuration (see example).

Selector

kendo-chart-tooltip

Inputs

NameTypeDefaultDescription

background

string

Specifies the background color of the tooltip.

border

Border

Specifies the border configuration of the tooltip.

color

string

Specifies the text color of the tooltip.

font

string

'12px sans-serif'

Specifies the font of the tooltip.

format

string

Specifies the format of the tooltip.

opacity

number

1

Specifies the opacity of the tooltip.

padding

number | Padding

Specifies the padding of the tooltip. A numeric value sets all paddings.

shared

boolean

false

Determines whether the Chart displays a single tooltip for every category.

visible

boolean

false

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
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support