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"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
| "histogramModeAlignment"
, SFOptionalKeys
<AreaSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
| "histogramModeAlignment"
>, SFRequiredKeys
<AreaSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
| "histogramModeAlignment"
, SFOptionalKeys
<AreaSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
| "histogramModeAlignment"
>>>
Returns
null
Source
packages/charts/src/chart_types/xy_chart/specs/area_series.ts:37
Generated using typedoc-plugin-markdown and TypeDoc