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, steppedLine: false,
// tooltip options // tooltip options
tooltip : { tooltip : {
value_type: 'cumulative', value_type: 'individual',
shared: true, shared: true,
sort: 0, sort: 0,
msResolution: false, msResolution: false,