Skip to main content

LineSeries

@elastic/chartsExports


@elastic/charts / LineSeries

Function: LineSeries()

LineSeries<D>(props): null

Adds bar series to chart specs

Type parameters

D extends BaseDatum = any

Parameters

props: SFProps<LineSeriesSpec<D>, "chartType" | "specType" | "seriesType", "groupId" | "hideInLegend" | "xScaleType" | "yScaleType" | "histogramModeAlignment", SFOptionalKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "hideInLegend" | "xScaleType" | "yScaleType" | "histogramModeAlignment">, SFRequiredKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "hideInLegend" | "xScaleType" | "yScaleType" | "histogramModeAlignment", SFOptionalKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "hideInLegend" | "xScaleType" | "yScaleType" | "histogramModeAlignment">>>

Returns

null

Source

packages/charts/src/chart_types/xy_chart/specs/line_series.ts:37


Generated using typedoc-plugin-markdown and TypeDoc