pivot points option in UI
This commit is contained in:
@@ -226,6 +226,21 @@ class DashboardLayoutManager:
|
||||
html.Hr(className="my-2"),
|
||||
|
||||
# Leverage Control
|
||||
html.Div([
|
||||
html.Label([
|
||||
html.I(className="fas fa-compass me-1"),
|
||||
"Show Pivot Points: ",
|
||||
html.Span(id="pivots-display", children="ON", className="fw-bold text-success")
|
||||
], className="form-label small mb-1"),
|
||||
dcc.Checklist(
|
||||
id='show-pivots-switch',
|
||||
options=[{'label': '', 'value': 'enabled'}],
|
||||
value=['enabled'],
|
||||
className="form-check-input"
|
||||
),
|
||||
html.Small("Toggle pivot overlays on the chart", className="text-muted d-block")
|
||||
], className="mb-2"),
|
||||
|
||||
html.Div([
|
||||
html.Label([
|
||||
html.I(className="fas fa-sliders-h me-1"),
|
||||
|
||||
Reference in New Issue
Block a user