We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fa937 commit fa390f2Copy full SHA for fa390f2
site/static/bootstrap.html
@@ -256,7 +256,7 @@ <h3>This may take a while!</h3>
256
let byChartPlotOpts = genPlotOpts({
257
title: "Bootstrap time for crates >= 30 seconds",
258
width: Math.floor(window.innerWidth) - 16,
259
- height: window.innerHeight * 0.75,
+ height: window.innerHeight * 0.56,
260
yAxisLabel: "",
261
series: byChartSeriesOpts,
262
commits: data.commits,
@@ -269,7 +269,7 @@ <h3>This may take a while!</h3>
269
let totalPlotOpts = genPlotOpts({
270
title: "Total bootstrap time",
271
272
+ height: window.innerHeight * 0.26,
273
274
series: [{}, { label: "rustc", stroke: '#7cb5ec' }],
275
0 commit comments