Skip to main content

AxisStyle

@elastic/chartsExports


@elastic/charts / AxisStyle

Interface: AxisStyle

Contents

Properties

axisLine

axisLine: StrokeStyle<string> & Visible

Source

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


axisPanelTitle

axisPanelTitle: TextStyle & Visible

Source

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


axisTitle

axisTitle: TextStyle & Visible

Source

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


gridLine

gridLine: Object

Type declaration

horizontal

horizontal: GridLineStyle

lumaSteps

lumaSteps: number[]

vertical

vertical: GridLineStyle

Source

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


tickLabel

tickLabel: TextStyle & Visible & Object

Type declaration

alignment

alignment: TextAlignment

offset

offset: TextOffset

Offset in pixels to render text relative to anchor

Note: rotation aligns to global cartesian coordinates

rotation

rotation: number

The degrees of rotation of the tick labels

Source

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


tickLine

tickLine: TickStyle

Source

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


Generated using typedoc-plugin-markdown and TypeDoc