Logs volume: set line width to 0 (#112881)

This commit is contained in:
Matias Chomicki
2025-10-23 17:36:51 +02:00
committed by GitHub
parent ddc5ae6f4d
commit 34cf970b54
+1 -1
View File
@@ -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,