From 34cf970b5413b56d5fcfd4d6917c40d339570f72 Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Thu, 23 Oct 2025 17:36:51 +0200 Subject: [PATCH] Logs volume: set line width to 0 (#112881) --- public/app/features/logs/logsModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/logs/logsModel.ts b/public/app/features/logs/logsModel.ts index bd724ddff16..87cdc031ffc 100644 --- a/public/app/features/logs/logsModel.ts +++ b/public/app/features/logs/logsModel.ts @@ -608,7 +608,7 @@ function getLogVolumeFieldConfig(level: LogLevel, oneLevelDetected: boolean) { lineColor: color, pointColor: color, fillColor: color, - lineWidth: 1, + lineWidth: 0, fillOpacity: 100, stacking: { mode: StackingMode.Normal,