Skip to content

Vizzu


Vizzu / types/styles / Tooltip

Interface: Tooltip

Properties for tooltip.

Extends

Properties

arrowSize?

optional arrowSize: number

Base size of the info bubble arrow


backgroundColor?

optional backgroundColor: null | Color

The background color of the element.

Inherited from

Box.backgroundColor


borderColor?

optional borderColor: null | Color

The border color of the element.

Inherited from

Box.borderColor


borderRadius?

optional borderRadius: number

Corner radius for the info bubble


borderWidth?

optional borderWidth: null | number

The border width of the element.

Inherited from

Box.borderWidth


color?

optional color: Color

The foreground color of the tooltip text


distance?

optional distance: number

Distance between the data point and the info bubble


dropShadow?

optional dropShadow: number

Drop shadow distance from the info bubble


fontFamily?

optional fontFamily: null | string

The family of the font. If not set, it inherits the root style font family.

Inherited from

Font.fontFamily


fontSize?

optional fontSize: null | Length

The size of the font. Percentage values are relative to the root style font size.

Inherited from

Font.fontSize


fontStyle?

optional fontStyle: null | "normal" | "italic" | "oblique"

The style of the font.

Inherited from

Font.fontStyle


fontWeight?

optional fontWeight: null | number | "bold" | "normal"

The weight of the font, numbers use the same scale as CSS.

Inherited from

Font.fontWeight


layout?

optional layout: "singleLine" | "multiLine"

The layout of the tooltip text


radius?

optional radius: number

Data point marker radius


seriesName?

optional seriesName: null | string

Specifies the name of the data series dispalyed at the first position on the tooltip


shadowColor?

optional shadowColor: Color

Color of the drop shadow