RectStyle
@elastic/charts • Exports
@elastic/charts / RectStyle
Interface: RectStyle
Contents
Properties
dimmed
dimmed:
Object|Object
The style applied to the rect when it is dimmed relative to other highlighted elements on the chart. This is typically used to visually de-emphasize the rect, for example, when another series is highlighted.
Source
packages/charts/src/utils/themes/theme.ts:769
fill?
fill?:
string
a static fill color if defined, if not it will use the color of the series
Source
packages/charts/src/utils/themes/theme.ts:754
opacity
opacity:
number
the opacity of each rect on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:756
texture?
texture?:
TexturedStyles
applying textures to the bar on the theme/series