Skip to content

Commit

Permalink
automated release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Jun 15, 2023
1 parent 0b51a41 commit 3080665
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"type": "panel",
"name": "Worldmap Panel",
"id": "grafana-worldmap-panel",

"info": {
"description": "This panel is deprecated and will no longer be supported. Please use Geomap instead. World Map panel for Grafana. Displays time series data or geohash data from Elasticsearch overlaid on a world map.",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["worldmap", "panel"],
"logos": {
"small": "images/worldmap_logo.svg",
"large": "images/worldmap_logo.svg"
},
"links": [
{"name": "Project site", "url": "https://github.com/grafana/worldmap-panel"},
{"name": "MIT License", "url": "https://github.com/grafana/worldmap-panel/blob/master/LICENSE"}
],
"screenshots": [
{"name": "World", "path": "images/worldmap-world.png"},
{"name": "USA", "path": "images/worldmap-usa.png"},
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
],
"version": "1.0.6",
"updated": "2023-06-15"
},

"dependencies": {
"grafanaDependency": ">=6.3.7",
"grafanaVersion": "6.3.x",
"plugins": [ ]
}
}

0 comments on commit 3080665

Please sign in to comment.