Skip to main content

ArcStyle

@elastic/chartsExports


@elastic/charts / ArcStyle

Interface: ArcStyle

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


opacity

opacity: number

the opacity of each arc on the theme/series

Source

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


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


strokeWidth

strokeWidth: number

the stroke width of the line

Source

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


visible

visible: boolean

is the arc is visible or hidden ?

Source

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


Generated using typedoc-plugin-markdown and TypeDoc