plugin.json 284 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Histogram",
  4. "id": "histogram",
  5. "state": "beta",
  6. "info": {
  7. "author": {
  8. "name": "Grafana Labs",
  9. "url": "https://grafana.com"
  10. },
  11. "logos": {
  12. "small": "img/histogram.svg",
  13. "large": "img/histogram.svg"
  14. }
  15. }
  16. }