AxisStyle
@elastic/charts • Exports
@elastic/charts / AxisStyle
Interface: AxisStyle
Contents
Properties
axisLine
axisLine:
StrokeStyle
<string
> &Visible
Source
packages/charts/src/utils/themes/theme.ts:165
axisPanelTitle
Source
packages/charts/src/utils/themes/theme.ts:164
axisTitle
Source
packages/charts/src/utils/themes/theme.ts:163
gridLine
gridLine:
Object
Type declaration
horizontal
horizontal:
GridLineStyle
vertical
vertical:
GridLineStyle
Source
packages/charts/src/utils/themes/theme.ts:179
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:166
tickLine
tickLine:
TickStyle
Source
packages/charts/src/utils/themes/theme.ts:178
Generated using typedoc-plugin-markdown and TypeDoc