plugin.json 415 B

1234567891011121314151617181920
  1. {
  2. "type": "panel",
  3. "name": "Singlestat (react)",
  4. "id": "singlestat2",
  5. "state": "alpha",
  6. "dataFormats": ["time_series", "table"],
  7. "info": {
  8. "description": "Singlestat Panel for Grafana",
  9. "author": {
  10. "name": "Grafana Project",
  11. "url": "https://grafana.com"
  12. },
  13. "logos": {
  14. "small": "img/icn-singlestat-panel.svg",
  15. "large": "img/icn-singlestat-panel.svg"
  16. }
  17. }
  18. }