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