Commit 57086608 by Torkel Ödegaard

Updated a few plugin json files with dataFormats

parent a1453607
......@@ -3,6 +3,8 @@
"name": "Gauge",
"id": "gauge",
"dataFormats": ["time_series"],
"info": {
"author": {
"name": "Grafana Project",
......
......@@ -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"
}
}
......@@ -3,6 +3,8 @@
"name": "Heatmap",
"id": "heatmap",
"dataFormats": ["time_series"],
"info": {
"description": "Heatmap Panel for Grafana",
"author": {
......
......@@ -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"
}
}
......@@ -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"
}
}
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