Skip to content

Commit fa390f2

Browse files
committed
Fit both bootstrap graphs in window
1 parent f9fa937 commit fa390f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/bootstrap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h3>This may take a while!</h3>
256256
let byChartPlotOpts = genPlotOpts({
257257
title: "Bootstrap time for crates >= 30 seconds",
258258
width: Math.floor(window.innerWidth) - 16,
259-
height: window.innerHeight * 0.75,
259+
height: window.innerHeight * 0.56,
260260
yAxisLabel: "",
261261
series: byChartSeriesOpts,
262262
commits: data.commits,
@@ -269,7 +269,7 @@ <h3>This may take a while!</h3>
269269
let totalPlotOpts = genPlotOpts({
270270
title: "Total bootstrap time",
271271
width: Math.floor(window.innerWidth) - 16,
272-
height: window.innerHeight * 0.75,
272+
height: window.innerHeight * 0.26,
273273
yAxisLabel: "",
274274
series: [{}, { label: "rustc", stroke: '#7cb5ec' }],
275275
commits: data.commits,

0 commit comments

Comments
 (0)