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.
Add children widgets for the widget.
Rest
...children: Widget[]The added children.
Optional
params: Record<string, any>Set up a 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.