Skip to content

Commit 15f2eff

Browse files
committed
Change width of graphs to fit them on a single line.
The page now has additional padding because `class="container"` is applied to `body` on all pages.
1 parent f240b02 commit 15f2eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/scripts/graphs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ function renderPlots(data, state) {
292292

293293
let plotOpts = genPlotOpts({
294294
title: benchName + "-" + benchKind,
295-
width: Math.floor(window.innerWidth / 4) - 16,
295+
width: Math.floor(window.innerWidth / 4) - 40,
296296
height: 300,
297297
yAxisLabel,
298298
series: seriesOpts,

0 commit comments

Comments
 (0)