Create a MixedChart.
The chart set of the MixedChart.
Optional
options: MixedChartOptionsThe options of the MixedChart.
The charts in the MixedChart.
The child-widgets of the widget.
The layout of the MixedChart, which will be generated by the data of the charts.
The style of the MixedChart.
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>Calculate the range of the widget, based on the self-coordinate. To be noted that this method should be overridden.
The range of the widget.
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
MixedChart.
Description
MixedChart is a chart that contains multi-type charts. MixedChart will create a layout first, then create the charts in the layout.