Skip to main content

PartitionFillLabel

@elastic/chartsExports


@elastic/charts / PartitionFillLabel

Interface: PartitionFillLabel

Contents

Extends

  • LabelConfig

Properties

clipText

clipText: boolean

Source

packages/charts/src/utils/themes/partition.ts:26


fontFamily

fontFamily: string

Inherited from

LabelConfig.fontFamily

Source

packages/charts/src/common/text_utils.ts:61


fontStyle

fontStyle: "inherit" | "normal" | "initial" | "unset" | "italic" | "oblique"

Inherited from

LabelConfig.fontStyle

Source

packages/charts/src/common/text_utils.ts:58


fontVariant

fontVariant: "normal" | "small-caps"

Inherited from

LabelConfig.fontVariant

Source

packages/charts/src/common/text_utils.ts:59


fontWeight

fontWeight: string | number

Inherited from

LabelConfig.fontWeight

Source

packages/charts/src/common/text_utils.ts:60


padding

padding: Partial<Padding>

Inherited from

LabelConfig.padding

Source

packages/charts/src/utils/themes/partition.ts:18


textColor

textColor: string

Inherited from

LabelConfig.textColor

Source

packages/charts/src/utils/themes/partition.ts:16


valueFont

valueFont: Partial<Font>

Inherited from

LabelConfig.valueFont

Source

packages/charts/src/utils/themes/partition.ts:17


Generated using typedoc-plugin-markdown and TypeDoc