diff --git a/public/app/plugins/panel/gauge/plugin.json b/public/app/plugins/panel/gauge/plugin.json index 58437779d25..6dde42127be 100644 --- a/public/app/plugins/panel/gauge/plugin.json +++ b/public/app/plugins/panel/gauge/plugin.json @@ -3,6 +3,8 @@ "name": "Gauge", "id": "gauge", + "dataFormats": ["time_series"], + "info": { "author": { "name": "Grafana Project", diff --git a/public/app/plugins/panel/graph/plugin.json b/public/app/plugins/panel/graph/plugin.json index c0c8e8db290..81f7c6c54cf 100644 --- a/public/app/plugins/panel/graph/plugin.json +++ b/public/app/plugins/panel/graph/plugin.json @@ -3,12 +3,14 @@ "name": "Graph", "id": "graph", + "dataFormats": ["time_series", "table"], + "info": { "description": "Graph Panel for Grafana", "author": { "name": "Grafana Project", "url": "https://grafana.com" -}, + }, "logos": { "small": "img/icn-graph-panel.svg", "large": "img/icn-graph-panel.svg" @@ -16,4 +18,3 @@ "version": "5.0.0" } } - diff --git a/public/app/plugins/panel/heatmap/plugin.json b/public/app/plugins/panel/heatmap/plugin.json index 723d8e886a0..0073c600bb6 100644 --- a/public/app/plugins/panel/heatmap/plugin.json +++ b/public/app/plugins/panel/heatmap/plugin.json @@ -3,6 +3,8 @@ "name": "Heatmap", "id": "heatmap", + "dataFormats": ["time_series"], + "info": { "description": "Heatmap Panel for Grafana", "author": { diff --git a/public/app/plugins/panel/singlestat/plugin.json b/public/app/plugins/panel/singlestat/plugin.json index 5e36ab5cf4e..e64d0ec7fe0 100644 --- a/public/app/plugins/panel/singlestat/plugin.json +++ b/public/app/plugins/panel/singlestat/plugin.json @@ -3,12 +3,14 @@ "name": "Singlestat", "id": "singlestat", + "dataFormats": ["time_series", "table"], + "info": { "description": "Singlestat Panel for Grafana", "author": { "name": "Grafana Project", "url": "https://grafana.com" -}, + }, "logos": { "small": "img/icn-singlestat-panel.svg", "large": "img/icn-singlestat-panel.svg" @@ -16,4 +18,3 @@ "version": "5.0.0" } } - diff --git a/public/app/plugins/panel/table/plugin.json b/public/app/plugins/panel/table/plugin.json index 3b6cbaae876..212688fbfa8 100644 --- a/public/app/plugins/panel/table/plugin.json +++ b/public/app/plugins/panel/table/plugin.json @@ -3,12 +3,14 @@ "name": "Table", "id": "table", + "dataFormats": ["table", "time_series"], + "info": { "description": "Table Panel for Grafana", "author": { "name": "Grafana Project", "url": "https://grafana.com" -}, + }, "logos": { "small": "img/icn-table-panel.svg", "large": "img/icn-table-panel.svg" @@ -16,4 +18,3 @@ "version": "5.0.0" } } -