forked from grafana/worldmap-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from KWMSys/feature/implement_rainrecorder
Implement rain recorder support
- Loading branch information
Showing
10 changed files
with
25,213 additions
and
298 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"type": "panel", | ||
"name": "Worldmap Panel", | ||
"id": "grafana-worldmap-panel", | ||
"type": "panel", | ||
"name": "Worldmap Panel Ultimate", | ||
"id": "grafana-worldmap-panel-ultimate", | ||
|
||
"info": { | ||
"description": "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" | ||
"info": { | ||
"description": "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.1", | ||
"updated": "Fri May 15 14:40:24 MDT 2020" | ||
}, | ||
"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.1", | ||
"updated": "Fri May 15 14:40:24 MDT 2020" | ||
}, | ||
|
||
"dependencies": { | ||
"grafanaVersion": "3.x.x", | ||
"plugins": [ ] | ||
} | ||
} | ||
"dependencies": { | ||
"grafanaVersion": "3.x.x", | ||
"plugins": [] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"type": "panel", | ||
"name": "Worldmap Panel", | ||
"id": "grafana-worldmap-panel", | ||
"type": "panel", | ||
"name": "Worldmap Panel Ultimate", | ||
"id": "grafana-worldmap-panel-ultimate", | ||
|
||
"info": { | ||
"description": "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" | ||
"info": { | ||
"description": "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.1", | ||
"updated": "Fri May 15 14:40:24 MDT 2020" | ||
}, | ||
"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": "%VERSION%", | ||
"updated": "%TODAY%" | ||
}, | ||
|
||
"dependencies": { | ||
"grafanaVersion": "3.x.x", | ||
"plugins": [ ] | ||
} | ||
} | ||
"dependencies": { | ||
"grafanaVersion": "3.x.x", | ||
"plugins": [] | ||
} | ||
} |
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
Oops, something went wrong.