Skip to content

Vizzu / Modules / vizzu / Styles / Tooltip

Interface: Tooltip

vizzu.Styles.Tooltip

Hierarchy

  • Box

    Tooltip

Properties

arrowSize

Optional arrowSize: number

Base size of the info bubble arrow


backgroundColor

Optional backgroundColor: Color

The background color of the element.

Inherited from

Box.backgroundColor


borderColor

Optional borderColor: Color

The border color of the element.

Inherited from

Box.borderColor


borderRadius

Optional borderRadius: number

Corner radius for the info bubble


borderWidth

Optional borderWidth: 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: string

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

Inherited from

Font.fontFamily


fontSize

Optional fontSize: Length

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

Inherited from

Font.fontSize


fontStyle

Optional fontStyle: "normal" | "italic" | "oblique"

The style of the font.

Inherited from

Font.fontStyle


fontWeight

Optional fontWeight: 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: 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