Skip to content

Commit 1932351

Browse files
committed
Use four column layout on graph page
1 parent 14df137 commit 1932351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h3>This may take a while!</h3>
385385

386386
let plotOpts = genPlotOpts({
387387
title: benchName + "-" + benchKind,
388-
width: Math.floor(window.innerWidth / 3) - 16,
388+
width: Math.floor(window.innerWidth / 4) - 16,
389389
height: 300,
390390
yAxisLabel,
391391
series: seriesOpts,

0 commit comments

Comments
 (0)