Skip to main content

PartitionLayer

@elastic/chartsExports


@elastic/charts / PartitionLayer

Interface: PartitionLayer<D>

Specification for a given layer in the partition chart

Contents

Type parameters

D extends BaseDatum = Datum

Properties

fillLabel?

fillLabel?: Partial<ExtendedFillLabelConfig>

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:44


groupByRollup

groupByRollup: IndexedAccessorFn<D>

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:41


nodeLabel?

nodeLabel?: LabelAccessor

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:43


shape?

shape?: Object

Type declaration

fillColor

fillColor: string | NodeColorAccessor

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:46


showAccessor?

showAccessor?: ShowAccessor

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:45


sortPredicate?

sortPredicate?: null | NodeSorter

Source

packages/charts/src/chart_types/partition_chart/specs/index.ts:42


Generated using typedoc-plugin-markdown and TypeDoc