Przeglądaj źródła

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

Torkel Ödegaard 11 lat temu
rodzic
commit
080847ec4d
1 zmienionych plików z 1 dodań i 1 usunięć
  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 options
       tooltip       : {
       tooltip       : {
         value_type: 'cumulative',
         value_type: 'cumulative',
-        shared: false,
+        shared: true,
       },
       },
       // time overrides
       // time overrides
       timeFrom: null,
       timeFrom: null,