Commit 57086608 by Torkel Ödegaard

Updated a few plugin json files with dataFormats

parent a1453607
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
"name": "Gauge", "name": "Gauge",
"id": "gauge", "id": "gauge",
"dataFormats": ["time_series"],
"info": { "info": {
"author": { "author": {
"name": "Grafana Project", "name": "Grafana Project",
......
...@@ -3,12 +3,14 @@ ...@@ -3,12 +3,14 @@
"name": "Graph", "name": "Graph",
"id": "graph", "id": "graph",
"dataFormats": ["time_series", "table"],
"info": { "info": {
"description": "Graph Panel for Grafana", "description": "Graph Panel for Grafana",
"author": { "author": {
"name": "Grafana Project", "name": "Grafana Project",
"url": "https://grafana.com" "url": "https://grafana.com"
}, },
"logos": { "logos": {
"small": "img/icn-graph-panel.svg", "small": "img/icn-graph-panel.svg",
"large": "img/icn-graph-panel.svg" "large": "img/icn-graph-panel.svg"
...@@ -16,4 +18,3 @@ ...@@ -16,4 +18,3 @@
"version": "5.0.0" "version": "5.0.0"
} }
} }
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
"name": "Heatmap", "name": "Heatmap",
"id": "heatmap", "id": "heatmap",
"dataFormats": ["time_series"],
"info": { "info": {
"description": "Heatmap Panel for Grafana", "description": "Heatmap Panel for Grafana",
"author": { "author": {
......
...@@ -3,12 +3,14 @@ ...@@ -3,12 +3,14 @@
"name": "Singlestat", "name": "Singlestat",
"id": "singlestat", "id": "singlestat",
"dataFormats": ["time_series", "table"],
"info": { "info": {
"description": "Singlestat Panel for Grafana", "description": "Singlestat Panel for Grafana",
"author": { "author": {
"name": "Grafana Project", "name": "Grafana Project",
"url": "https://grafana.com" "url": "https://grafana.com"
}, },
"logos": { "logos": {
"small": "img/icn-singlestat-panel.svg", "small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg" "large": "img/icn-singlestat-panel.svg"
...@@ -16,4 +18,3 @@ ...@@ -16,4 +18,3 @@
"version": "5.0.0" "version": "5.0.0"
} }
} }
...@@ -3,12 +3,14 @@ ...@@ -3,12 +3,14 @@
"name": "Table", "name": "Table",
"id": "table", "id": "table",
"dataFormats": ["table", "time_series"],
"info": { "info": {
"description": "Table Panel for Grafana", "description": "Table Panel for Grafana",
"author": { "author": {
"name": "Grafana Project", "name": "Grafana Project",
"url": "https://grafana.com" "url": "https://grafana.com"
}, },
"logos": { "logos": {
"small": "img/icn-table-panel.svg", "small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg" "large": "img/icn-table-panel.svg"
...@@ -16,4 +18,3 @@ ...@@ -16,4 +18,3 @@
"version": "5.0.0" "version": "5.0.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment