Skip to main content

PointStyle

@elastic/chartsExports


@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:567


opacity

opacity: number

the opacity of each point on the theme/series

Source

packages/charts/src/utils/themes/theme.ts:569


radius

radius: number

the radius of each point of the theme/series

Source

packages/charts/src/utils/themes/theme.ts:571


shape?

shape?: PointShape

shape for the point, default to circle

Source

packages/charts/src/utils/themes/theme.ts:573


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:563


strokeWidth

strokeWidth: number

the stroke width of the point

Source

packages/charts/src/utils/themes/theme.ts:565


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:561


Generated using typedoc-plugin-markdown and TypeDoc