Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3080665

Browse files
committed
automated release 1.0.6
1 parent 0b51a41 commit 3080665

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

dist/plugin.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"type": "panel",
3+
"name": "Worldmap Panel",
4+
"id": "grafana-worldmap-panel",
5+
6+
"info": {
7+
"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.",
8+
"author": {
9+
"name": "Grafana Labs",
10+
"url": "https://grafana.com"
11+
},
12+
"keywords": ["worldmap", "panel"],
13+
"logos": {
14+
"small": "images/worldmap_logo.svg",
15+
"large": "images/worldmap_logo.svg"
16+
},
17+
"links": [
18+
{"name": "Project site", "url": "https://github.com/grafana/worldmap-panel"},
19+
{"name": "MIT License", "url": "https://github.com/grafana/worldmap-panel/blob/master/LICENSE"}
20+
],
21+
"screenshots": [
22+
{"name": "World", "path": "images/worldmap-world.png"},
23+
{"name": "USA", "path": "images/worldmap-usa.png"},
24+
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
25+
],
26+
"version": "1.0.6",
27+
"updated": "2023-06-15"
28+
},
29+
30+
"dependencies": {
31+
"grafanaDependency": ">=6.3.7",
32+
"grafanaVersion": "6.3.x",
33+
"plugins": [ ]
34+
}
35+
}

0 commit comments

Comments
 (0)