plugin.json 384 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Heatmap (new)",
  4. "id": "heatmap-new",
  5. "state": "beta",
  6. "info": {
  7. "description": "This heatmap panel will replace the heatmap panel in 9.1",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-heatmap-panel.svg",
  14. "large": "img/icn-heatmap-panel.svg"
  15. }
  16. }
  17. }