AxisStyle
@elastic/charts • Exports
@elastic/charts / AxisStyle
Interface: AxisStyle
Contents
Properties
axisLine
axisLine:
StrokeStyle
<string
> &Visible
Source
packages/charts/src/utils/themes/theme.ts:179
axisPanelTitle
Source
packages/charts/src/utils/themes/theme.ts:178
axisTitle
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
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