Create a LineChart.
The data of the LineChart.
Optional
options: LineChartOptionsThe options of the LineChart.
The 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>Rest
...plugins: WidgetPlugin[]Static
absoluteStatic
get
Line chart widget.
Description
LineChart is a class that extends BaseSimpleChart and is used to create a line chart widget. In fact, LineChart can also be used to create a scatter chart and a bubble chart.