Skip to main content

BubbleChartSeriesOptions

Options for a bubble chart series.

Extends

Properties

color?

optional color: string

Color to use for the series. This is optional and if not provided the chart will use a color from its installed ColorGenerator.

Inherited from

DualValueSeriesOptions.color


id?

optional id: string

The id of the series.

Inherited from

DualValueSeriesOptions.id


label?

optional label: string

Label for the series. Optional.

Inherited from

DualValueSeriesOptions.label


marker?

optional marker: string

Optional template to use for markers. This should be a string in VisuallyJs's internal template format, with namespaced SVG elements.

Inherited from

DualValueSeriesOptions.marker


markerSize?

optional markerSize: number

Size (in pixels) to use for data points. Defaults to 10 pixels. For circular markers this equates to the diameter; for square/cross this is width/height

Inherited from

DualValueSeriesOptions.markerSize


markerType?

optional markerType: "square" | "circle" | "cross"

Type of marker to draw. Defaults to "circle".

Inherited from

DualValueSeriesOptions.markerType


outline?

optional outline: boolean

Whether or not to show an outline around the markers. Defaults to false.

Inherited from

DualValueSeriesOptions.outline


outlineColor?

optional outlineColor: string

Color for outline. If not provided, a contrasting color will be computed.

Inherited from

DualValueSeriesOptions.outlineColor


outlineWidth?

optional outlineWidth: number

The width of the outline in pixels. Defaults to 1.

Inherited from

DualValueSeriesOptions.outlineWidth


resolveMarker?

optional resolveMarker: MarkerResolutionFunction

Optional function to resolve a marker SVG string for each data point.

Inherited from

DualValueSeriesOptions.resolveMarker


type?

optional type: string

Defines the series type.

Inherited from

DualValueSeriesOptions.type


valueField

valueField: string

The field in the data source that contains the value for the bubble's size.


xAxisField

xAxisField: string

Name of the field from which to extract X axis data points

Inherited from

DualValueSeriesOptions.xAxisField


yAxisField

yAxisField: string

Name of the field from which to extract Y axis data points

Inherited from

DualValueSeriesOptions.yAxisField