Browse Source

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

Torkel Ödegaard 10 years ago
parent
commit
080847ec4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/panels/graph/module.js

+ 1 - 1
src/app/panels/graph/module.js

@@ -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,