- Support data frames resulting from transformations (#77)
- Support value mapping colors (#75)
- Support GeoJSON stroke configuration (#76)
- Support Grafana 9.1.1
- Support for IDW Interpolation
- Update OpenLayer libraries
- community signature
- Bump follow-redirects from 1.14.5 to 1.14.8
- allow to the define colours for specific values via mappings
- fix icon visualisation in pop-up and improve pop-up format
- support label for legends
- fix color per value in geometries
- fix color for clustering
- Migrate to react for compatibility with Grafana 7+
- Map centered at location updated when changing coordinates.
- New option for centering map at user geolocation
- Suport for leaflet markercluster
- Suport for leaflet sleep to avoid auto scroll when hover big dashboards.
- Resize panel improvements for mobile.
- min zoom level set to 3.
- In the editor metrics tab, a query result can be 'format as' 'table'
- Changed the plugin's working process. Any datasource query with a group by clause will result in layers.
- Map rendering faster.
- Removal of polylines for data point of type traffic flow observed.
- Data points of type air quality, traffic flow and other have now distinct shapes (circle, square and triangle).
- Added missing snapshot functionality (Not tested).
- New option on editor for cityenv variable support. If we choose this option the map centers on the selected city.
- Fix problem with multiple map panels in the same dashboard.
- Ability to change the icon associated to the layer (with leaflet.awesome-markers).
- When adding this panel for the first time to a dashboard, metrics are filled with predefined values.
- Dark theme improvements.
- Improvements based on grafana development guide best practices.
- New project structure. Improved DRY.
- Updated project packages. Leaflet version updated from 0.7 to 1.3.
- Updated project packages. Highcharts updated from 5.0.15 to 6.1.0.
- Fix app bugs introduced by Leaflet update.
- Gruntfile improvements.
- Project structure improvements. Leaflet and highstock went out from project src and are now a dependency.
- Support for light and dark themes.
- From now on this file contents are reverse ordered to get last features on top.
- Fixes bug where time series with a country code not found in the country data crashes the panel.
- Adds some extra country codes to the country data to be more similar to the MaxMind Country database.
- Support for lowercase country codes for non-elasticsearch datasources.
- Fixes snapshotting.
- Adds support for json and jsonp endpoints for location data.
- Adds decimal places option for data values in circle popovers.
- Updates tile map urls to https to avoid mixed content warnings on https sites.
- Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.
- Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.
- Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.
- Zoom issue fix and adds a states options for USA states location data.
- New location data option -> table data. Location data can now come from data sources other than graphite and Elasticsearch (InfluxDb for example). See table data instructions above on how to use it.
- Fix for change in Grafana that breaks Worldmap panels using Geohash or Table Data.
-
Option for sticky labels. Fix for grafana/worldmap-panel#27
-
Ability to hide null or 0 values. Fix for grafana/worldmap-panel#13
-
Background color change. Fixes grafana/worldmap-panel#36
-
Dynamic thresholds implemented by Sam Hatchett. Can now have more than 2 threshold values. Thanks! Fixes grafana/worldmap-panel#25
-
Validation and default values for option fields. Fixes grafana/worldmap-panel#29
- Adds Country data with 3-letter country codes.