Skip to content

Commit 2ee6dad

Browse files
committed
fix: add minimum width to graphs
1 parent 91cddf9 commit 2ee6dad

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
@@ -492,7 +492,7 @@ export function renderPlots(
492492
cacheStates[Object.keys(cacheStates)[0]].interpolated_indices;
493493

494494
let plotOpts = genPlotOpts({
495-
width,
495+
width: 380,
496496
height: 300,
497497
yAxisLabel,
498498
series: seriesOpts,

0 commit comments

Comments
 (0)