mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 22:56:07 +08:00
add previous fill mode to query builder
This commit is contained in:
@ -94,7 +94,7 @@ register({
|
||||
{
|
||||
name: 'fill',
|
||||
type: 'string',
|
||||
options: ['none', 'NULL', '0'],
|
||||
options: ['none', 'NULL', 'previous', '0'],
|
||||
},
|
||||
],
|
||||
defaultParams: ['$__interval', 'none'],
|
||||
|
Reference in New Issue
Block a user