Skip to main content

HeatmapHighlightedData

@elastic/chartsExports


@elastic/charts / HeatmapHighlightedData

Interface: HeatmapHighlightedData

Contents

Extends

Properties

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/chart_types/heatmap/specs/heatmap.ts:76


y

y: (string | number)[]

Source

packages/charts/src/chart_types/heatmap/specs/heatmap.ts:77


Generated using typedoc-plugin-markdown and TypeDoc