From 51e4b5c33669b9117fec125f2d8cd84af8767212 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wegrzyn Date: Thu, 23 May 2019 13:47:22 +0200 Subject: [PATCH] Enable `minInterval` option --- dist/plugin.json | 4 ++++ src/plugin.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dist/plugin.json b/dist/plugin.json index 418203a..3224c89 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -30,5 +30,9 @@ "dependencies": { "grafanaVersion": "3.x.x", "plugins": [ ] + }, + + "queryOptions": { + "minInterval": true } } diff --git a/src/plugin.json b/src/plugin.json index 418203a..3224c89 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -30,5 +30,9 @@ "dependencies": { "grafanaVersion": "3.x.x", "plugins": [ ] + }, + + "queryOptions": { + "minInterval": true } }