DisplayValueStyle
@elastic/charts • Exports
@elastic/charts / DisplayValueStyle
Type alias: DisplayValueStyle
DisplayValueStyle:
Omit<TextStyle,"fill"|"fontSize"> &Object
Type declaration
alignment?
alignment?:
Object
alignment.horizontal
alignment.horizontal:
Exclude<HorizontalAlignment,"far"|"near">
alignment.vertical
alignment.vertical:
Exclude<VerticalAlignment,"far"|"near">
fill
fill:
Color|Object|Object
fontSize
fontSize:
number|Object
offsetX
offsetX:
number
offsetY
offsetY:
number
Source
packages/charts/src/utils/themes/theme.ts:541
Generated using typedoc-plugin-markdown and TypeDoc