From 166a56828d679aaa6ace73a40fc1c0aa72a32117 Mon Sep 17 00:00:00 2001 From: Denis Doria Date: Sun, 9 Aug 2015 19:17:01 +0200 Subject: [PATCH] Including more special options for fill Included "previous" and "none" as possible values for fill. From the influxdb documentation: - "previous" means the values of the previous window is used. - "none" means that all null values are removed. --- .../plugins/datasource/influxdb/partials/query.editor.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/influxdb/partials/query.editor.html b/public/app/plugins/datasource/influxdb/partials/query.editor.html index 7df30e1fb0a..0b9ec76cafa 100644 --- a/public/app/plugins/datasource/influxdb/partials/query.editor.html +++ b/public/app/plugins/datasource/influxdb/partials/query.editor.html @@ -138,8 +138,10 @@