shapelets.apps.DataApp.vertical_layout#
- DataApp.vertical_layout(title: Optional[str] = None, panel_id: Optional[str] = None, **additional) VerticalLayoutWidget #
Creates a layout that holds widget inside it vertically (stacked on-top of one another). param title: String with the Panel title. It will be placed on top of the Panel. param panel_id: Panel ID. return VerticalLayout.