mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 01:00:24 +08:00
change(graph): Changed default for stack hover value
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user