plugin.json 327 B

1234567891011121314151617
  1. {
  2. "type": "panel",
  3. "name": "Stat",
  4. "id": "stat",
  5. "info": {
  6. "description": "Big stat values & sparklines",
  7. "author": {
  8. "name": "Grafana Labs",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/icn-singlestat-panel.svg",
  13. "large": "img/icn-singlestat-panel.svg"
  14. }
  15. }
  16. }