plugin.json 361 B

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