From fbd9c7e257419dcc924579a03465e4d5b2a4bf96 Mon Sep 17 00:00:00 2001 From: boban Date: Thu, 25 Jun 2026 01:55:49 +0200 Subject: [PATCH] fix(metrics): move the history chart x-axis labels below the plot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The y-axis labels spanned the whole wrapper (inset-y-0), which now included the x-axis label row — so the "0" tick and the "−1 h"/"jetzt" labels overlapped at the bottom. Wrap only the plot + y-axis in the relative box and render the x-axis labels as a separate row beneath it, so "0" sits on the chart's bottom edge and the time labels are clearly below. Co-Authored-By: Claude Opus 4.8 --- resources/views/livewire/servers/show.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/servers/show.blade.php b/resources/views/livewire/servers/show.blade.php index c224484..d334050 100644 --- a/resources/views/livewire/servers/show.blade.php +++ b/resources/views/livewire/servers/show.blade.php @@ -186,7 +186,8 @@

{{ __('servers.history_subtitle') }} …

{{-- chart --}} -
+
+
100 75 @@ -239,8 +240,9 @@
+
{{-- /relative chart box --}} -
+
{{ __('dashboard.axis_now') }}