LineSeries
@elastic/charts • Exports
@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" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment", SFOptionalKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment">, SFRequiredKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment", SFOptionalKeys<LineSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment">>>
Returns
null
Source
packages/charts/src/chart_types/xy_chart/specs/line_series.ts:40
Generated using typedoc-plugin-markdown and TypeDoc