Skip to main content

DebugState

@elastic/chartsExports


@elastic/charts / DebugState

Interface: DebugState

Describes visible chart state for use in functional tests

TODO: add other chart types to debug state

Contents

Properties

annotations?

annotations?: DebugStateAnnotations[]

Source

packages/charts/src/state/types.ts:150


areas?

areas?: DebugStateArea[]

Source

packages/charts/src/state/types.ts:147


axes?

axes?: DebugStateAxes

Source

packages/charts/src/state/types.ts:146


bars?

bars?: DebugStateBar[]

Source

packages/charts/src/state/types.ts:149


bullet?

bullet?: BulletDebugState

Source

packages/charts/src/state/types.ts:153


heatmap?

heatmap?: HeatmapDebugState

Source

packages/charts/src/state/types.ts:151


legend?

legend?: DebugStateLegend

Source

packages/charts/src/state/types.ts:145


lines?

lines?: DebugStateLine[]

Source

packages/charts/src/state/types.ts:148


partition?

partition?: PartitionDebugState[]

Source

packages/charts/src/state/types.ts:152


Generated using typedoc-plugin-markdown and TypeDoc