Histogram: Fix panel hide when clicking on legend (#53651)

This commit is contained in:
Victor Marin 2022-08-17 13:40:38 +03:00 committed by GitHub
parent 0523eba2a9
commit 2d391c98d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ const prepConfig = (frame: DataFrame, theme: GrafanaTheme2) => {
colorMode,
pathBuilder,
//pointsBuilder: config.drawPoints,
show: !customConfig.hideFrom?.vis,
show: !customConfig.hideFrom?.viz,
gradientMode: customConfig.gradientMode,
thresholds: field.config.thresholds,