Create a bubble chart.
The bubble chart data.
Optional
options: BubbleChartOptionsThe bubble chart options.
The child-widgets of the widget.
The bubble chart data.
The dot sets of the LineChart.
Layout object for the chart.
The paths of the lines in the LineChart.
The stroke paints for the lines in the LineChart.
Bubble chart data
The range of the widget, taking into account the children, based on the parent coordinate. To be noted that this method should not be overridden.
The range of the widget.
The range of the widget, taking into account the children, based on the parent coordinate. To be noted that this method should not be overridden.
The range of the widget.
Optional
params: Record<string, any>Set up an update function to call it when the widget is changed.
The frame from having gone to current frame.
Rest
...plugins: WidgetPlugin[]Static
absoluteStatic
get
BubbleChart
Description
The BubbleChart is a variation of the ScatterChart that displays three dimensions of data. Each point on the chart is represented by a circle, where the index and cross axis coordinates represent the first two dimensions, and the size of the circle represents the third dimension. In fact, the BubbleChart is a LineChart with the
showLine
option set tofalse
and theanimateIndex
option set totrue
when the index type is a number (which means it is actually the same as the ScatterChart)