Skip to content

Commit 0bae12e

Browse files
committed
change(graph): Changed default for stack hover value
1 parent c082990 commit 0bae12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/panel/graph/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class GraphCtrl extends MetricsPanelCtrl {
9393
steppedLine: false,
9494
// tooltip options
9595
tooltip : {
96-
value_type: 'cumulative',
96+
value_type: 'individual',
9797
shared: true,
9898
sort: 0,
9999
msResolution: false,

0 commit comments

Comments
 (0)