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