grafana/public/app/plugins/panel/graph/plugin.json
2020-04-26 15:34:56 -07:00

18 lines
314 B
JSON

{
"type": "panel",
"name": "Graph",
"id": "graph",
"info": {
"description": "Graph Panel for Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-graph-panel.svg",
"large": "img/icn-graph-panel.svg"
}
}
}