Skip to main content

TooltipType

@elastic/chartsExports


@elastic/charts / TooltipType

Variable: TooltipType

const TooltipType: Readonly<Object>

This enums provides the available tooltip types

Type declaration

Crosshairs

Crosshairs: "cross"

Vertical and horizontal cursors

Follow

Follow: "follow"

Follow the mouse coordinates

None

None: "none"

Hide every tooltip

VerticalCursor

VerticalCursor: "vertical"

Vertical cursor parallel to x axis

Source

packages/charts/src/specs/constants.ts:77


Generated using typedoc-plugin-markdown and TypeDoc