From c293f23ac3d97c9b7f31ae2b5b041805ac90896d Mon Sep 17 00:00:00 2001 From: Eugene Vyborov Date: Wed, 24 Jun 2026 18:06:48 +0100 Subject: [PATCH] fix(ui): slim the Overview executions-by-type bars The "Executions by type" stacked bars rendered full-width with a 1px gap, so a busy agent's week read as a solid wall of color. Cap each bar at 56px and center it inside its (still full-width) hover column, and soften the top corner. The column stays flex-1 so spacing/tooltips are unchanged and wider windows (14d/30d) thin naturally. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/frontend/src/components/StackedBarChart.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/components/StackedBarChart.vue b/src/frontend/src/components/StackedBarChart.vue index 97eb00321..ba326144f 100644 --- a/src/frontend/src/components/StackedBarChart.vue +++ b/src/frontend/src/components/StackedBarChart.vue @@ -74,20 +74,20 @@ function showLabel(i) {