Skip to content

Commit 7166343

Browse files
committed
Release 0.3.0-dev7
1 parent 713c8ca commit 7166343

File tree

4 files changed

+13
-17343
lines changed

4 files changed

+13
-17343
lines changed

dist/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
- Remove automatic key suffix for popover texts
5252
- Limit effective zoom level by new "Maximum zoom level" option
5353
- Fix transformation machinery for data in timeseries format
54+
- Acquire location data again after being cleared out when hitting an empty dataset
5455

5556
## v0.2.0
5657

dist/module.js

Lines changed: 5 additions & 17339 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/backlog.md

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

33
## Prio 1
4-
- When navigating by variables and hitting an empty dataset, the locations get erroneously cleared out
5-
- Navigate by Variable-Schnackel
4+
- Click-through navigation by Variable-Schnackel
5+
- Improve caching behavior
6+
http http://localhost:3000/public/data/json/ldi-stations-timeseries.json
7+
Cache-Control: public, max-age=3600
68

79
## Prio 1.5
810
- Migrate "Field mapping" to just "Fields" where one can interpolate arbitrary strings
@@ -122,11 +124,12 @@
122124
- Completely proxy all accesses to self.panel through self.settings
123125
- Remove overloading of labelField for table+json location source
124126
- When switching from JSON to JSONP, the location list will not get cleared out.
127+
- When navigating by variables and hitting an empty dataset, location data gets cleared out and is not acquired again
125128

126129

127130
## Release
128131
```
129132
cd /srv/packages/organizations/hiveeyes/grafana/grafana-worldmap-panel
130-
wget https://github.com/hiveeyes/grafana-worldmap-panel/archive/0.3.0-dev4.zip
133+
wget https://github.com/hiveeyes/grafana-worldmap-panel/archive/0.3.0-dev7.zip
131134
grafana-cli --repo https://packages.hiveeyes.org/grafana/ plugins install grafana-worldmap-panel
132135
```

0 commit comments

Comments
 (0)