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/spec_type.ts:31


id

id: string

unique Spec identifier

Inherited from

Spec.id

Source

packages/charts/src/specs/spec_type.ts:29


specType

specType: SpecType

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

Inherited from

Spec.specType

Source

packages/charts/src/specs/spec_type.ts:33


splitHorizontally?

splitHorizontally?: string

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

Source

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


splitVertically?

splitVertically?: string

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

Source

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


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:65


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:69


Generated using typedoc-plugin-markdown and TypeDoc