sda.dashboard.components.layouts#
Layout Components.
Modular layout components for the dashboard with Spark branding.
Attributes#
Functions#
Create the Spark-branded navbar with navigation tabs. |
|
Create a sidebar component (stub for backward compatibility). |
|
|
Create the complete dashboard layout with Spark styling. |
|
Create scatter plot layout. |
|
Create line plot layout. |
|
Create table layout for displaying all data points. |
|
Create the test selection layout. |
Module Contents#
- sda.dashboard.components.layouts.DropdownOptions#
- sda.dashboard.components.layouts.Options#
Create the Spark-branded navbar with navigation tabs.
- Returns:
Spark-branded navigation bar with plot type tabs
- Return type:
dbc.Navbar
- sda.dashboard.components.layouts.create_sidebar()#
Create a sidebar component (stub for backward compatibility).
- Returns:
Empty sidebar component
- Return type:
html.Div
- sda.dashboard.components.layouts.create_dashboard_layout(test_name, debug=False)#
Create the complete dashboard layout with Spark styling.
- sda.dashboard.components.layouts.create_scatter_layout(test_name)#
Create scatter plot layout.
- sda.dashboard.components.layouts.create_line_layout(test_name)#
Create line plot layout.
- sda.dashboard.components.layouts.create_table_layout(test_name)#
Create table layout for displaying all data points.