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:584
opacity
opacity:
number
the opacity of each line on the theme/series
Source
packages/charts/src/utils/themes/theme.ts:582
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:578
strokeWidth
strokeWidth:
number
the stroke width of the line
Source
packages/charts/src/utils/themes/theme.ts:580
visible
visible:
boolean
is the line visible or hidden ?
Source
packages/charts/src/utils/themes/theme.ts:576
Generated using typedoc-plugin-markdown and TypeDoc