Skip to main content

HistogramBarSeriesSpec

@elastic/chartsExports


@elastic/charts / HistogramBarSeriesSpec

Type alias: HistogramBarSeriesSpec<D>

HistogramBarSeriesSpec<D>: BarSeriesSpec<D> & Object

This spec describe the dataset configuration used to display a histogram bar series. A histogram bar series is identical to a bar series except for the bar width.

Type declaration

enableHistogramMode

enableHistogramMode: true

Type parameters

D extends BaseDatum = Datum

Source

packages/charts/src/chart_types/xy_chart/utils/specs.ts:603


Generated using typedoc-plugin-markdown and TypeDoc