Creating a Structured User Interface
You can reference visualizations which are available or exist in the project in another visualization and therefore reuse them. You get a structured user interface consisting of multiple visualizations. In principle, you have the following options for referencing visualizations.
On the one hand, you can display visualizations within a main visualization and switch between them. Here, the Frame or Tabs elements are used as a pane element which defines the display area for the referenced visualizations.
On the other hand, you can configure user input for a visualization to open another visualization as a dialog. The requirement for this is that it has the Dialog visualization type. A dialog is used to get input from the user.
Moreover, you can declare an interface for a visualization which is referenced in order to vary the display of the visualization at runtime. A visualization is therefore instantiated and executed with different data.