AreaSeries
@elastic/charts • Exports
@elastic/charts / AreaSeries
Function: AreaSeries()
AreaSeries<
D>(props):null
Adds bar series to chart specs
Type parameters
• D extends BaseDatum = any
Parameters
• props: SFProps<AreaSeriesSpec<D>, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment", SFOptionalKeys<AreaSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment">, SFRequiredKeys<AreaSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment", SFOptionalKeys<AreaSeriesSpec, "chartType" | "specType" | "seriesType", "groupId" | "xScaleType" | "yScaleType" | "hideInLegend" | "histogramModeAlignment">>>
Returns
null
Source
packages/charts/src/chart_types/xy_chart/specs/area_series.ts:40
Generated using typedoc-plugin-markdown and TypeDoc