add previous fill mode to query builder

This commit is contained in:
Sven Klemm 2018-08-08 12:23:41 +02:00
parent 3b6454ab88
commit 13d0fa4b9a

View File

@ -94,7 +94,7 @@ register({
{
name: 'fill',
type: 'string',
options: ['none', 'NULL', '0'],
options: ['none', 'NULL', 'previous', '0'],
},
],
defaultParams: ['$__interval', 'none'],