plugin.json 331 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "PieChart v2",
  4. "id": "piechart",
  5. "state": "alpha",
  6. "dataFormats": ["time_series"],
  7. "info": {
  8. "author": {
  9. "name": "Grafana Project",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icon_piechart.svg",
  14. "large": "img/icon_piechart.svg"
  15. }
  16. }
  17. }