AreaSeriesStyle
@elastic/charts • Exports
@elastic/charts / AreaSeriesStyle
Interface: AreaSeriesStyle
Styles for area chart
Contents
Properties
area
area:
AreaStyle
Style for the area
Source
packages/charts/src/utils/themes/theme.ts:789
fit
fit:
Object
Style for the fitted area
Type declaration
area
area:
AreaFitStyle
line
line:
LineFitStyle
Source
packages/charts/src/utils/themes/theme.ts:797
isolatedPoint
isolatedPoint:
Object
&Omit
<PointStyle
,"radius"
|"dimmed"
>
Style for the isolated points
Type declaration
enabled
enabled:
boolean
Source
packages/charts/src/utils/themes/theme.ts:795
line
line:
LineStyle
Style for the area line contour
Source
packages/charts/src/utils/themes/theme.ts:791
point
point:
PointStyle
Style for the points
Source
packages/charts/src/utils/themes/theme.ts:793
pointVisibilityMinDistance
pointVisibilityMinDistance:
number
The minimum distance in pixels between consecutive points before hiding them when the points are configured as visible: "auto"
Source
packages/charts/src/utils/themes/theme.ts:805
Generated using typedoc-plugin-markdown and TypeDoc