mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add previous fill mode to query builder
This commit is contained in:
parent
3b6454ab88
commit
13d0fa4b9a
@ -94,7 +94,7 @@ register({
|
||||
{
|
||||
name: 'fill',
|
||||
type: 'string',
|
||||
options: ['none', 'NULL', '0'],
|
||||
options: ['none', 'NULL', 'previous', '0'],
|
||||
},
|
||||
],
|
||||
defaultParams: ['$__interval', 'none'],
|
||||
|
Loading…
Reference in New Issue
Block a user