fix: reduce right margin in distance histogram to use full card width

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Colin Maudry
2026-03-19 12:54:12 +01:00
parent a9d3d96a5e
commit 144e714235
+1
View File
@@ -626,6 +626,7 @@ def get_distance_histogram(lff: pl.LazyFrame) -> dcc.Graph:
) )
fig.update_layout(bargap=0) fig.update_layout(bargap=0)
fig.update_layout(margin=dict(r=10))
fig.update_xaxes( fig.update_xaxes(
tickvals=[0, 1, 2, 3, 4], tickvals=[0, 1, 2, 3, 4],
ticktext=["1", "10", "100", "1 000", "10 000"], ticktext=["1", "10", "100", "1 000", "10 000"],