Skip to main content

LineSeriesStyle

@elastic/chartsExports


@elastic/charts / LineSeriesStyle

Interface: LineSeriesStyle

Styles for line chart

Contents

Properties

fit

fit: Object

Style for the fitted line

Type declaration

line

line: LineFitStyle

Source

packages/charts/src/utils/themes/theme.ts:746


isolatedPoint

isolatedPoint: Object & Omit<PointStyle, "radius">

Style for the isolated points

Type declaration

enabled

enabled: boolean

Source

packages/charts/src/utils/themes/theme.ts:744


line

line: LineStyle

Style for the line

Source

packages/charts/src/utils/themes/theme.ts:740


point

point: PointStyle

Style for the points

Source

packages/charts/src/utils/themes/theme.ts:742


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:753


Generated using typedoc-plugin-markdown and TypeDoc