mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Histogram: Fix panel hide when clicking on legend (#53651)
This commit is contained in:
parent
0523eba2a9
commit
2d391c98d2
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user