The graphs on the previous page only had graphs, but generally you want to present the graph with a title, some text, and often some controls like sliders. These are presented in what we call a Sidebar.
While graphs always have the same aspect ratio, the Sidebar may be placed to the right of the graph or below it, depending on how wide the user’s window is. For wide windows, the Sidebar is placed to the right:
If there isn’t enough space, the Sidebar is positioned below the graph:
Available layouts with sidebars are:
3D graphs with sidebars will be coming soon…
The TwoHorizontalGraphs layout optionally take leftControl
and rightControl
children; these place sidebar-like controls underneath the two graphs:
The ThreeHorizontalGraphs also has this capability; see this example.