PointStyle
@elastic/charts • Exports
@elastic/charts / PointStyle
Interface: PointStyle
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:578
opacity
opacity:
number
the opacity of each point on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:580
radius
radius:
number
the radius of each point of the theme/series
Source
packages/charts/src/utils/themes/theme.ts:582
shape?
shape?:
PointShape
shape for the point, default to circle
Source
packages/charts/src/utils/themes/theme.ts:584
stroke?
stroke?:
string
a static stroke color if defined, if not it will use the color of the series
Source
packages/charts/src/utils/themes/theme.ts:574
strokeWidth
strokeWidth:
number
the stroke width of the point
Source
packages/charts/src/utils/themes/theme.ts:576
visible
visible:
"auto"
|"never"
|"always"
is the point visible or hidden or shown depending on the chart size
Source
packages/charts/src/utils/themes/theme.ts:572
Generated using typedoc-plugin-markdown and TypeDoc