mirror of https://github.com/grafana/grafana.git
Bytes should not be default
This commit is contained in:
parent
3f8b1651fd
commit
e73ea4823d
|
|
@ -117,7 +117,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
|||
options : true,
|
||||
derivative : false,
|
||||
scale : 1,
|
||||
y_as_bytes : true,
|
||||
y_as_bytes : false,
|
||||
tooltip : {
|
||||
value_type: 'cumulative',
|
||||
query_as_alias: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue