Skip to main content

PointerOverEvent

@elastic/chartsExports


@elastic/charts / PointerOverEvent

Interface: PointerOverEvent

Event used to synchronize pointers/mouse positions between Charts.

fired as callback argument for PointerUpdateListener

Contents

Extends

Properties

chartId

chartId: string

Inherited from

BasePointerEvent.chartId

Source

packages/charts/src/specs/settings.tsx:240


scale

scale: "ordinal" | ScaleContinuousType

Source

packages/charts/src/specs/settings.tsx:252


smHorizontalValue

smHorizontalValue: PrimitiveValue

The categorical value used for the horizontal placement of the chart in a small multiple layout

Inherited from

ProjectedValues.smHorizontalValue

Source

packages/charts/src/specs/settings.tsx:152


smVerticalValue

smVerticalValue: PrimitiveValue

The categorical value used for the vertical placement of the chart in a small multiple layout

Inherited from

ProjectedValues.smVerticalValue

Source

packages/charts/src/specs/settings.tsx:147


type

type: "Over"

Overrides

BasePointerEvent.type

Source

packages/charts/src/specs/settings.tsx:251


unit?

unit?: string

Unit for event (i.e. time, feet, count, etc.) Not currently used/implemented

Source

packages/charts/src/specs/settings.tsx:257


x

x: PrimitiveValue

The independent variable of the chart

Inherited from

ProjectedValues.x

Source

packages/charts/src/specs/settings.tsx:138


y

y: Object[]

The set of dependent variable, each one with its own groupId

Inherited from

ProjectedValues.y

Source

packages/charts/src/specs/settings.tsx:142


Generated using typedoc-plugin-markdown and TypeDoc