Skip to main content

TexturedPathStyles

@elastic/chartsExports


@elastic/charts / TexturedPathStyles

Interface: TexturedPathStyles

Contents

Extends

Properties

dash?

dash?: number[]

polygon opacity for texture

Inherited from

TexturedStylesBase.dash

Source

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


fill?

fill?: string

polygon fill color for texture

Inherited from

TexturedStylesBase.fill

Source

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


offset?

offset?: Partial<Point> & Object

overall origin offset of pattern

Type declaration

global?

global?: boolean

apply offset along global coordinate axes

Inherited from

TexturedStylesBase.offset

Source

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


opacity?

opacity?: number

polygon opacity for texture

Inherited from

TexturedStylesBase.opacity

Source

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


path

path: string | Path2D

path for polygon texture

Source

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


rotation?

rotation?: number

The angle of rotation for entire texture in degrees

Inherited from

TexturedStylesBase.rotation

Source

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


shapeRotation?

shapeRotation?: number

The angle of rotation for polygons in degrees

Inherited from

TexturedStylesBase.shapeRotation

Source

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


size?

size?: number

polygon opacity for texture

Inherited from

TexturedStylesBase.size

Source

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


spacing?

spacing?: number | Partial<Point>

texture spacing between polygons

Inherited from

TexturedStylesBase.spacing

Source

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


stroke?

stroke?: string

polygon stroke color for texture

Inherited from

TexturedStylesBase.stroke

Source

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


strokeWidth?

strokeWidth?: number

polygon stroke width for texture

Inherited from

TexturedStylesBase.strokeWidth

Source

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


Generated using typedoc-plugin-markdown and TypeDoc