Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Tooltip

Hierarchy

Index

Properties

arrowSize?: number

Base size of the info bubble arrow

backgroundColor?: Color

The background color of the element.

borderColor?: Color

The border color of the element.

borderRadius?: number

Corner radius for the info bubble

borderWidth?: number

The border width of the element.

color?: Color

The foreground color of the tooltip text

distance?: number

Distance between the data point and the info bubble

dropShadow?: number

Drop shadow distance from the info bubble

fontFamily?: string

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

fontSize?: Length

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

fontStyle?: "normal" | "italic" | "oblique"

The style of the font.

fontWeight?: number | "normal" | "bold"

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

layout?: "singleLine" | "multiLine"

The layout of the tooltip text

radius?: number

Data point marker radius

seriesName?: string

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

shadowColor?: Color

Color of the drop shadow

Generated using TypeDoc