Updated a few plugin json files with dataFormats

This commit is contained in:
Torkel Ödegaard 2019-02-12 16:15:05 +01:00
parent a1453607a9
commit 5708660893
5 changed files with 13 additions and 6 deletions

View File

@ -3,6 +3,8 @@
"name": "Gauge",
"id": "gauge",
"dataFormats": ["time_series"],
"info": {
"author": {
"name": "Grafana Project",

View File

@ -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"
}
}

View File

@ -3,6 +3,8 @@
"name": "Heatmap",
"id": "heatmap",
"dataFormats": ["time_series"],
"info": {
"description": "Heatmap Panel for Grafana",
"author": {

View File

@ -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"
}
}

View File

@ -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"
}
}