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

Commit ed62bf9

Browse files
committed
tweaking
1 parent bd11307 commit ed62bf9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/plugin.json.tmpl

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"type": "panel",
3+
"name": "Worldmap Panel",
4+
"id": "grafana-worldmap-panel",
5+
6+
"info": {
7+
"description": "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": "%VERSION%",
27+
"updated": "%TODAY%"
28+
},
29+
30+
"dependencies": {
31+
"grafanaVersion": "3.x.x",
32+
"plugins": [ ]
33+
}
34+
}

0 commit comments

Comments
 (0)