change(graph): Changed default for stack hover value

This commit is contained in:
Torkel Ödegaard
2016-10-12 11:21:08 +02:00
parent c0829903ba
commit 0bae12e4ae

View File

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