Skip to content

Commit

Permalink
enable toolip by default (#665)
Browse files Browse the repository at this point in the history
Signed-off-by: bergquist <[email protected]>
  • Loading branch information
bergquist authored Oct 6, 2021
1 parent a810621 commit ccdd25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana-builder/grafana.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
timeShift: null,
title: title,
tooltip: {
shared: false,
sort: 0,
shared: true,
sort: 2,
value_type: 'individual',
},
type: 'graph',
Expand Down

0 comments on commit ccdd25d

Please sign in to comment.