Commit 080847ec by Torkel Ödegaard

Change: shared tooltip is now enabled by default in graph panel

parent bb5eeee8
......@@ -95,7 +95,7 @@ function (angular, app, $, _, kbn, moment, TimeSeries, PanelMeta) {
// tooltip options
tooltip : {
value_type: 'cumulative',
shared: false,
shared: true,
},
// time overrides
timeFrom: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment