Skip to main content

SmallMultiplesSpec

@elastic/chartsExports


@elastic/charts / SmallMultiplesSpec

Interface: SmallMultiplesSpec

Contents

Extends

Properties

chartType

chartType: ChartType

Chart type define the type of chart that use this spec

Inherited from

Spec.chartType

Source

packages/charts/src/specs/index.ts:16


id

id: string

unique Spec identifier

Inherited from

Spec.id

Source

packages/charts/src/specs/index.ts:14


specType

specType: string

The type of spec, can be series, axis, annotation, settings etc

Inherited from

Spec.specType

Source

packages/charts/src/specs/index.ts:18


splitHorizontally?

splitHorizontally?: string

Identifies the <GroupBy id="foo"> referenced by splitHorizontally="foo", specifying horizontal tiling

Source

packages/charts/src/specs/small_multiples.ts:58


splitVertically?

splitVertically?: string

Identifies the <GroupBy id="bar"> referenced by splitVertically="bar", specifying vertical tiling

Source

packages/charts/src/specs/small_multiples.ts:62


splitZigzag?

splitZigzag?: string

Identifies the <GroupBy id="baz"> referenced by splitVertically="baz", specifying space-filling tiling in a Z pattern

Source

packages/charts/src/specs/small_multiples.ts:66


style?

style?: Partial<SmallMultiplesStyle>

Specifies styling and layout properties of the tiling, such as paddings between and outside panels

Source

packages/charts/src/specs/small_multiples.ts:70


Generated using typedoc-plugin-markdown and TypeDoc