grafana/public/app/plugins/panel/table/plugin.json
Victor Marin a91e0a49c9
Migrate table to cue model (#61852)
* WIP table cue model

* WIP table types migration

* refactor

* WIP table cue

* docs

* veneer fix, docs

* docs
2023-03-01 17:48:36 +02:00

18 lines
318 B
JSON

{
"type": "panel",
"name": "Table",
"id": "table",
"info": {
"description": "Supports many column styles",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
}
}
}