mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 04:09:17 +08:00
Bytes should not be default
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user