Releases: grafana-toolbox/panodata-map-panel
Releases · grafana-toolbox/panodata-map-panel
0.16.0
- Add compatibility with Grafana 8
- Add Makefile to assist in packaging and publishing
- Overlay image can now be refreshed with the dashboard. Thanks, @jreyesr!
- Revert "Support multiple metrics in popup content for Elasticsearch" again.
The feature was not ready to be used with PostgreSQL and InfluxDB datasources yet. - Update plugin name to "panodata-map-panel"
0.15.0
- Support multiple metrics in popup content for Elasticsearch. Thanks, @matschaffer!
0.14.0
0.13.0
- Update basemaps URL to the new CARTO CDN URL. Thanks, @skgsergio!
- Editor UI cleanups. Thanks, @matschaffer!
- Upgrade to jQuery 3.5.1
0.12.0
- Add
formatOmitEmptyValue
settings parameter to hiden/a
value. Thanks, @iruizr7! - Editor UI fixes. Thanks, @matschaffer!
- Avoid color & clickthrough sections overlap
- Display help section in full width
- Upgrade development rig (
npx yarn upgrade
) - Adjust codebase to Typescript 4
0.11.0
- Add categorical colors. Thanks, @JonasProgrammer!
- Color mode can be switched between threshold (default/fallback) and categories
- Categories are based on the datapoint's locationName field
- Add absolute circle size. Thanks, @JonasProgrammer!
- Add option for absolute circle size, rather than using a dynamic range (disabled by default and as fallback)
- Use prefactor for absolute values, defaulting to 1.0
- Absolute circles are still being clamped by min/max settings
0.10.0
- Improve tests for checking "clickthroughUrl" interpolation
- Add tests for elasticsearch query results, both for table- and timeseries-data
- Interpolate datapoint field values with
__field_
prefix into transformation
data, now also for elasticsearch queries. - Add data formatter test for "json result"
- Add handling for data coming from datasources using dataframes. Thanks, @sarahleon!
0.9.0
- Add a toggle to disable panning/dragging on the map. Thanks, @gdunstone.