File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ <h3>This may take a while!</h3>
256
256
let byChartPlotOpts = genPlotOpts ( {
257
257
title : "Bootstrap time for crates >= 30 seconds" ,
258
258
width : Math . floor ( window . innerWidth ) - 16 ,
259
- height : window . innerHeight * 0.75 ,
259
+ height : window . innerHeight * 0.56 ,
260
260
yAxisLabel : "" ,
261
261
series : byChartSeriesOpts ,
262
262
commits : data . commits ,
@@ -269,7 +269,7 @@ <h3>This may take a while!</h3>
269
269
let totalPlotOpts = genPlotOpts ( {
270
270
title : "Total bootstrap time" ,
271
271
width : Math . floor ( window . innerWidth ) - 16 ,
272
- height : window . innerHeight * 0.75 ,
272
+ height : window . innerHeight * 0.26 ,
273
273
yAxisLabel : "" ,
274
274
series : [ { } , { label : "rustc" , stroke : '#7cb5ec' } ] ,
275
275
commits : data . commits ,
You can’t perform that action at this time.
0 commit comments