LineStyle
@elastic/charts • Exports
@elastic/charts / LineStyle
Interface: LineStyle
Contents
Properties
dash?
dash?:
number
[]
the dash array
Source
packages/charts/src/utils/themes/theme.ts:587
opacity
opacity:
number
the opacity of each line on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:585
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:581
strokeWidth
strokeWidth:
number
the stroke width of the line
Source
packages/charts/src/utils/themes/theme.ts:583
visible
visible:
boolean
is the line visible or hidden ?
Source
packages/charts/src/utils/themes/theme.ts:579
Generated using typedoc-plugin-markdown and TypeDoc