BubbleSeries
@elastic/charts • Exports
@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"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
, SFOptionalKeys
<BubbleSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
>, SFRequiredKeys
<BubbleSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
, SFOptionalKeys
<BubbleSeriesSpec
, "chartType"
| "specType"
| "seriesType"
, "groupId"
| "hideInLegend"
| "xScaleType"
| "yScaleType"
>>>
Returns
null
Source
packages/charts/src/chart_types/xy_chart/specs/bubble_series.ts:36
Generated using typedoc-plugin-markdown and TypeDoc