plotting.pages.graph.components package¶
Submodules¶
plotting.pages.graph.components.graph_options module¶
- plotting.pages.graph.components.graph_options.create_attribute_dropdown(attributes, id)¶
Create attribute dropdowns
- Parameters
attributes (list) – list of strings for attributes
- Returns
children – Componets to be added with the dropdown
- Return type
list of components
- plotting.pages.graph.components.graph_options.create_label_dropdown(labels, id)¶
Create attribute dropdowns
- Parameters
labels (list) – list of strings for labels
- Returns
children – Componets to be added with the dropdown
- Return type
list of components