TexturedShapeStyles
@elastic/charts • Exports
@elastic/charts / TexturedShapeStyles
Interface: TexturedShapeStyles
Contents
Extends
Properties
dash?
dash?:
number[]
polygon opacity for texture
Inherited from
Source
packages/charts/src/utils/themes/theme.ts:658
fill?
fill?:
string
polygon fill color for texture
Inherited from
Source
packages/charts/src/utils/themes/theme.ts:650
offset?
offset?:
Partial<Point> &Object
overall origin offset of pattern
Type declaration
global?
global?:
boolean
apply offset along global coordinate axes
Inherited from
Source
packages/charts/src/utils/themes/theme.ts:674
opacity?
opacity?:
number
polygon opacity for texture
Inherited from
Source
packages/charts/src/utils/themes/theme.ts:656
rotation?
rotation?:
number
The angle of rotation for entire texture in degrees
Inherited from
Source
packages/charts/src/utils/themes/theme.ts:665
shape
shape:
TextureShape
typed of texture designs currently supported
Source
packages/charts/src/utils/themes/theme.ts:683
shapeRotation?
shapeRotation?:
number
The angle of rotation for polygons in degrees
Inherited from
TexturedStylesBase.shapeRotation
Source
packages/charts/src/utils/themes/theme.ts:670