AreaStyle
@elastic/charts • Exports
@elastic/charts / AreaStyle
Interface: AreaStyle
Contents
Properties
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:668
opacity
opacity:
number
the opacity of each area on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:670
texture?
texture?:
TexturedStyles
applying textures to the area on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:664
visible
visible:
boolean
is the area is visible or hidden ?
Source
packages/charts/src/utils/themes/theme.ts:666
Generated using typedoc-plugin-markdown and TypeDoc