plugin.json 349 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Graph (old)",
  4. "id": "graph",
  5. "state": "deprecated",
  6. "info": {
  7. "description": "The old default graph panel",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-graph-panel.svg",
  14. "large": "img/icn-graph-panel.svg"
  15. }
  16. }
  17. }