We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8697342 commit 71bcc69Copy full SHA for 71bcc69
1 file changed
assets/ocp-performance/panels.libsonnet
@@ -18,7 +18,7 @@ local g = import 'github.com/grafana/grafonnet/gen/grafonnet-latest/main.libsonn
18
+ timeSeries.gridPos.withY(gridPos.y)
19
+ timeSeries.gridPos.withH(gridPos.h)
20
+ timeSeries.gridPos.withW(gridPos.w)
21
- + custom.withSpanNulls('false')
+ + custom.withSpanNulls(false)
22
+ options.tooltip.withMode('multi')
23
+ options.tooltip.withSort('desc')
24
+ options.legend.withDisplayMode('table'),
0 commit comments