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