Change: shared tooltip is now enabled by default in graph panel
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user