TexturedStylesBase
@elastic/charts • Exports
@elastic/charts / TexturedStylesBase
Interface: TexturedStylesBase
Contents
Extended By
Properties
dash?
dash?:
number
[]
polygon opacity for texture
Source
packages/charts/src/utils/themes/theme.ts:609
fill?
fill?:
string
polygon fill color for texture
Source
packages/charts/src/utils/themes/theme.ts:601
offset?
offset?:
Partial
<Point
> &Object
overall origin offset of pattern
Type declaration
global?
global?:
boolean
apply offset along global coordinate axes
Source
packages/charts/src/utils/themes/theme.ts:625
opacity?
opacity?:
number
polygon opacity for texture
Source
packages/charts/src/utils/themes/theme.ts:607
rotation?
rotation?:
number
The angle of rotation for entire texture in degrees
Source
packages/charts/src/utils/themes/theme.ts:616
shapeRotation?
shapeRotation?:
number
The angle of rotation for polygons in degrees
Source
packages/charts/src/utils/themes/theme.ts:621
size?
size?:
number
polygon opacity for texture
Source
packages/charts/src/utils/themes/theme.ts:611
spacing?
spacing?:
number
|Partial
<Point
>
texture spacing between polygons
Source
packages/charts/src/utils/themes/theme.ts:623
stroke?
stroke?:
string
polygon stroke color for texture
Source
packages/charts/src/utils/themes/theme.ts:603
strokeWidth?
strokeWidth?:
number
polygon stroke width for texture
Source
packages/charts/src/utils/themes/theme.ts:605
Generated using typedoc-plugin-markdown and TypeDoc