Skip to content

Commit 071aaf4

Browse files
committed
Update documentation
1 parent ecba785 commit 071aaf4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Worldmap Panel Plugin for Grafana
22

3-
**The [Grafana Worldmap Panel 0.3.0-dev series] ([changes]) is a work in progress, please don't use it in production yet. We are happy for testing and feedback.**
3+
**The [Grafana Worldmap Panel NG 0.4.0] ([changes]) is a work in progress, please don't use it in production yet. We are happy for testing and feedback.**
44

5-
[Grafana Worldmap Panel 0.3.0-dev series]: https://github.com/hiveeyes/grafana-worldmap-panel
5+
[Grafana Worldmap Panel NG 0.4.0]: https://github.com/hiveeyes/grafana-worldmap-panel
66
[changes]: https://github.com/hiveeyes/grafana-worldmap-panel/blob/develop/CHANGELOG.md
77

88
The Worldmap Panel is a tile map of the world that can be overlaid with circles representing data points from a query. It can be used with time series metrics, with geohash data from Elasticsearch or data in the Table format.

doc/backlog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- Does data autofitting work when changing dashboard variables?
3232
- Rename request parameters from "request_" to "__request"
3333
- Add "maxZoomLevel" option to accompany the "FitToData" option
34+
- Add https://github.com/mlevans/leaflet-hash as location picker
3435

3536
## Documentation
3637
- Note about installation

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
2626
"version": "0.4.0",
27-
"updated": "2019-06-08"
27+
"updated": "2019-06-28"
2828
},
2929

3030
"dependencies": {

0 commit comments

Comments
 (0)