Multiple widgets on a display
In certain cases, you may need more than one ECharts widgets on a display. We recommend that you combine multiple ECharts widgets within one .NET Control object instead of having multiple .NET Control objects each of which holds a single ECharts widget. This is because it takes longer to open a display with multiple ECharts widget objects.
The built-in
ISA101 State board
is an example of multiple widgets combed as one object that can be added to a display with one .NET Control object. Use its JavaScript as a reference if you need to customize your own combined widget.Provide Feedback