Skip to main content

PointStyle

@elastic/chartsExports


@elastic/charts / PointStyle

Interface: PointStyle

Contents

Properties

dimmed

dimmed: Object | Object

The style applied to the point when it is dimmed relative to other highlighted elements on the chart. This is typically used to visually de-emphasize the point, for example, when another series is highlighted.

Source

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


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


opacity

opacity: number

the opacity of each point on the theme/series

Source

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


radius

radius: number

the radius of each point of the theme/series

Source

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


shape?

shape?: PointShape

shape for the point, default to circle

Source

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


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


strokeWidth

strokeWidth: number

the stroke width of the point

Source

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


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


Generated using typedoc-plugin-markdown and TypeDoc