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,