grafana/public/app/plugins/panel/geomap/plugin.json
Drew Slobodnjak e9e5c97807
Geomap: Update language to match documentation and remove beta (#53703)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-08-12 21:33:30 -04:00

18 lines
295 B
JSON

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