fix pivots display
This commit is contained in:
@@ -604,6 +604,10 @@ class DashboardLayoutManager:
|
||||
html.Div([
|
||||
dcc.Graph(id="price-chart", style={"height": "500px"})
|
||||
]),
|
||||
html.Div(
|
||||
id="williams-trend-legend",
|
||||
className="text-muted small mb-2"
|
||||
),
|
||||
html.Hr(className="my-2"),
|
||||
html.Div([
|
||||
html.H6([
|
||||
|
||||
Reference in New Issue
Block a user