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