HeatmapBrushEvent
@elastic/charts • Exports
@elastic/charts / HeatmapBrushEvent
Interface: HeatmapBrushEvent
Represents the details of a brush interaction in a Heatmap chart.
This interface provides information about the brushed cells and the corresponding X and Y values.
Contents
Extends
Properties
cells
cells:
Cell
[]
Source
packages/charts/src/specs/settings.tsx:246
smHorizontalAccessorValue?
smHorizontalAccessorValue?:
NonNullable
<PrimitiveValue
>
Inherited from
SmallMultiplesDatum.smHorizontalAccessorValue
Source
packages/charts/src/common/panel_utils.ts:46
smVerticalAccessorValue?
smVerticalAccessorValue?:
NonNullable
<PrimitiveValue
>
Inherited from
SmallMultiplesDatum.smVerticalAccessorValue
Source
packages/charts/src/common/panel_utils.ts:47
x
x: (
string
|number
)[]
Source
packages/charts/src/specs/settings.tsx:247
y
y: (
string
|number
)[]
Source
packages/charts/src/specs/settings.tsx:248
Generated using typedoc-plugin-markdown and TypeDoc