Added 'linear' to fill types for InfluxDB (#7042)

This commit is contained in:
Darrian 2016-12-23 08:43:47 +00:00 committed by Torkel Ödegaard
parent 27d83f414e
commit d662961ebe

View File

@ -267,7 +267,7 @@ register({
register({
type: 'fill',
category: groupByTimeFunctions,
params: [{ name: "fill", type: "string", options: ['none', 'null', '0', 'previous'] }],
params: [{ name: "fill", type: "string", options: ['none', 'null', '0', 'previous', 'linear'] }],
defaultParams: ['null'],
renderer: functionRenderer,
});