grafana/public/app/plugins/panel/piechart/plugin.json
2021-05-14 10:25:00 +02:00

18 lines
330 B
JSON

{
"type": "panel",
"name": "Pie chart",
"id": "piechart",
"info": {
"description": "The new core pie chart visualization",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icon_piechart.svg",
"large": "img/icon_piechart.svg"
}
}
}