-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ ] | ||
} | ||
} |