PointerOverEvent
@elastic/charts • Exports
@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
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
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
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