Skip to main content

BubbleSeriesSpec

@elastic/chartsExports


@elastic/charts / BubbleSeriesSpec

Type alias: BubbleSeriesSpec<D>

BubbleSeriesSpec<D>: BasicSeriesSpec<D, "bubble"> & Object

This spec describe the dataset configuration used to display a line series.

Type declaration

bubbleSeriesStyle?

bubbleSeriesStyle?: RecursivePartial<BubbleSeriesStyle>

pointStyleAccessor?

pointStyleAccessor?: PointStyleAccessor

An optional functional accessor to return custom color or style for point datum

seriesType

seriesType: typeof SeriesType.Bubble

Default Value

bubble (SeriesType:type) | SeriesType.Bubble

Type parameters

D extends BaseDatum = Datum

Source

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


Generated using typedoc-plugin-markdown and TypeDoc