Optional
options: ScatterChartOptionsThe child-widgets of the widget.
The data of the LineChart.
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.
The style of the LineChart.
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
ScatterChart
Description
The ScatterChart is a variation of the LineChart that displays individual data points. In fact, the ScatterChart is a LineChart with the
showLine
option set tofalse
and theanimateIndex
option set totrue
when the index type is a number.