mirror of https://github.com/grafana/grafana.git
change(graph): Changed default for stack hover value
This commit is contained in:
parent
c0829903ba
commit
0bae12e4ae
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue