grafana/public/app/plugins/panel/gauge/plugin.json
2019-02-12 16:15:05 +01:00

19 lines
296 B
JSON

{
"type": "panel",
"name": "Gauge",
"id": "gauge",
"dataFormats": ["time_series"],
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icon_gauge.svg",
"large": "img/icon_gauge.svg"
}
}
}