Skip to content

Commit 71bcc69

Browse files
authored
spanNulls should not be quoted (#153)
Signed-off-by: Andrew Collins <ancollin@redhat.com>
1 parent 8697342 commit 71bcc69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/ocp-performance/panels.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ local g = import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonn
1818
+ timeSeries.gridPos.withY(gridPos.y)
1919
+ timeSeries.gridPos.withH(gridPos.h)
2020
+ timeSeries.gridPos.withW(gridPos.w)
21-
+ custom.withSpanNulls('false')
21+
+ custom.withSpanNulls(false)
2222
+ options.tooltip.withMode('multi')
2323
+ options.tooltip.withSort('desc')
2424
+ options.legend.withDisplayMode('table'),

0 commit comments

Comments
 (0)