grafana/public/app/plugins/panel/stat/plugin.json

18 lines
327 B
JSON
Raw Normal View History

2019-03-14 15:20:24 -05:00
{
"type": "panel",
"name": "Stat",
"id": "stat",
2019-03-14 15:20:24 -05:00
"info": {
"description": "Big stat values & sparklines",
2019-03-14 15:20:24 -05:00
"author": {
"name": "Grafana Labs",
2019-03-14 15:20:24 -05:00
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
}
}
}