shyft.dashboard.widgets.zoomables¶
Classes
|
Base class for all Widgets |
|
- class shyft.dashboard.widgets.zoomables.LabelSetZoomable(bokeh_args, visibility_range, zoom_state_init)[source]¶
Bases:
object
- class shyft.dashboard.widgets.zoomables.CheckboxGroupZoomable(bokeh_args, visibility_range, zoom_state_init, callback)[source]¶
Bases:
WidgetBase class for all Widgets
- Parameters:
logger – Optional logger, e.g composable_logger_box
- __init__(bokeh_args, visibility_range, zoom_state_init, callback)[source]¶
Base class for all Widgets
- Parameters:
logger – Optional logger, e.g composable_logger_box
- property layout: LayoutDOM¶
- property layout_components¶
Property to return all layout.dom components of an visualisation app such that they can be arranged by the parent layout obj as desired.
- Returns:
layout_components as
- Return type:
{‘widgets’: [], ‘figures’: []}