Skip to content

Commit 3d0746c

Browse files
committed
fixup! Do not render title in benchmark detail graph
1 parent 27ef33e commit 3d0746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/graph/render.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export function renderPlots(
288288
data: GraphData,
289289
selector: GraphsSelector,
290290
plotElement: HTMLElement,
291-
opts?: GraphRenderOpts = undefined
291+
opts?: GraphRenderOpts
292292
) {
293293
const renderTitle = opts?.renderTitle ?? true;
294294

0 commit comments

Comments
 (0)