Explorar o código

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

Darrian %!s(int64=9) %!d(string=hai) anos
pai
achega
d662961ebe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/datasource/influxdb/query_part.ts

+ 1 - 1
public/app/plugins/datasource/influxdb/query_part.ts

@@ -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,
 });