Scatterplot can get bigger
Test and deploy / deploy (push) Successful in 29s

This commit is contained in:
2026-07-29 10:12:17 -05:00
parent cf56445915
commit e707088706
+2 -3
View File
@@ -268,7 +268,7 @@ li:hover {
} }
.statistics-container { .statistics-container {
width: min(900px, calc(100% - 40px)); width: min(1800px, calc(100% - 40px));
margin: 0 auto; margin: 0 auto;
padding: 28px 0 48px; padding: 28px 0 48px;
} }
@@ -333,13 +333,12 @@ li:hover {
.issue-plot-frame { .issue-plot-frame {
position: relative; position: relative;
min-height: 460px;
} }
#issue-plot-canvas { #issue-plot-canvas {
display: block; display: block;
width: 100%; width: 100%;
height: 460px; height: max(460px, calc(100vh - 260px));
} }
.issue-plot-tooltip { .issue-plot-tooltip {