style: increase Trust Comparison chart height from 320px to 500px (Task 11.2)
Charts were overspilling 320px containers. Increased to 500px for readability. Added overflow: hidden + min-height: 0 to .tc-chart-cell to prevent any content leaking. Dashboard scrolls vertically, which is acceptable for 6 readable charts.
This commit is contained in:
@@ -10,7 +10,7 @@ def _tc_chart_cell(title, graph_id):
|
||||
dcc.Graph(
|
||||
id=graph_id,
|
||||
config={"displayModeBar": False, "displaylogo": False},
|
||||
style={"height": "320px"},
|
||||
style={"height": "500px"},
|
||||
),
|
||||
]),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user