We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91cddf9 + 3fd5021 commit 4d2e44eCopy full SHA for 4d2e44e
site/frontend/src/pages/graphs/page.vue
@@ -68,7 +68,7 @@ async function loadGraphData(selector: GraphsSelector, loading: Ref<boolean>) {
68
// Then draw the plots.
69
await nextTick();
70
71
- const width = Math.floor(window.innerWidth / 4) - 40;
+ const width = Math.max(Math.floor(window.innerWidth / 4) - 40, 380);
72
const opts = {width};
73
74
// If we select a smaller subset of benchmarks, then just show them.
0 commit comments