Added 'linear' to fill types for InfluxDB (#7042)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user