Skip to main content

BubbleSeries

@elastic/chartsExports


@elastic/charts / BubbleSeries

Function: BubbleSeries()

BubbleSeries<D>(props): null

Adds bar series to chart specs

Type parameters

D extends BaseDatum = any

Parameters

props: SFProps<BubbleSeriesSpec<D>, "chartType" | "specType" | "seriesType", "xScaleType" | "yScaleType" | "groupId" | "hideInLegend", SFOptionalKeys<BubbleSeriesSpec, "chartType" | "specType" | "seriesType", "xScaleType" | "yScaleType" | "groupId" | "hideInLegend">, SFRequiredKeys<BubbleSeriesSpec, "chartType" | "specType" | "seriesType", "xScaleType" | "yScaleType" | "groupId" | "hideInLegend", SFOptionalKeys<BubbleSeriesSpec, "chartType" | "specType" | "seriesType", "xScaleType" | "yScaleType" | "groupId" | "hideInLegend">>>

Returns

null

Source

packages/charts/src/chart_types/xy_chart/specs/bubble_series.ts:36


Generated using typedoc-plugin-markdown and TypeDoc