Skip to main content

TextStyle

@elastic/chartsExports


@elastic/charts / TextStyle

Interface: TextStyle

Contents

Properties

fill

fill: string

Source

packages/charts/src/utils/themes/theme.ts:32


fontFamily

fontFamily: string

Source

packages/charts/src/utils/themes/theme.ts:29


fontSize

fontSize: number

Source

packages/charts/src/utils/themes/theme.ts:28


fontStyle?

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

Source

packages/charts/src/utils/themes/theme.ts:30


fontWeight?

fontWeight?: "bold" | "normal" | "inherit" | "initial" | "unset" | 100 | 200 | 300 | 400 | 450 | 500 | 600 | 700 | 800 | 900 | "lighter" | "bolder"

Source

packages/charts/src/utils/themes/theme.ts:31


padding

padding: number | SimplePadding

Source

packages/charts/src/utils/themes/theme.ts:33


Generated using typedoc-plugin-markdown and TypeDoc