Browse Source

change(graph): Changed default for stack hover value

Torkel Ödegaard 9 years ago
parent
commit
0bae12e4ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/module.ts

+ 1 - 1
public/app/plugins/panel/graph/module.ts

@@ -93,7 +93,7 @@ class GraphCtrl extends MetricsPanelCtrl {
     steppedLine: false,
     // tooltip options
     tooltip       : {
-      value_type: 'cumulative',
+      value_type: 'individual',
       shared: true,
       sort: 0,
       msResolution: false,