diff --git a/src/views/dashboard/related/ebpf/components/EBPFStack.vue b/src/views/dashboard/related/ebpf/components/EBPFStack.vue index b5147354..655b3302 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFStack.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFStack.vue @@ -71,7 +71,7 @@ function drawGraph() { const width = (graph.value && graph.value.getBoundingClientRect().width) || 0; const w = width < 800 ? 802 : width; flameChart.value = flamegraph() - .width(w - 2) + .width(w - 15) .cellHeight(18) .transitionDuration(750) .minFrameSize(1)