We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6309c89 commit e16eeaaCopy full SHA for e16eeaa
observability-lib/grafana/panels.go
@@ -454,6 +454,7 @@ func NewBarGaugePanel(options *BarGaugePanelOptions) *Panel {
454
Description(options.Description).
455
Transparent(options.Transparent).
456
Span(options.Span).
457
+ NoValue(options.NoValue).
458
Height(options.Height).
459
Unit(options.Unit).
460
ReduceOptions(
@@ -528,6 +529,7 @@ func NewGaugePanel(options *GaugePanelOptions) *Panel {
528
529
530
531
532
533
534
535
0 commit comments