mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 08:20:23 +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,
|
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,
|
||||||
|
Reference in New Issue
Block a user