Skip to content

Releases: grafana-toolbox/panodata-map-panel

0.16.0

20 Jul 18:50
Compare
Choose a tag to compare
  • 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

06 Dec 08:48
Compare
Choose a tag to compare
  • Support multiple metrics in popup content for Elasticsearch. Thanks, @matschaffer!

0.14.0

22 Nov 19:19
Compare
Choose a tag to compare
  • Add test for customization of Leaflet Popup's "autoWidth" option
  • Extract Leaflet's custom "autoWidth" option into "leaflet_plus.ts"
  • Use vanilla Leaflet 1.7.1
  • Add feature to add an image overlay to the map. Thanks, @jreyesr!

0.13.0

01 Nov 19:14
Compare
Choose a tag to compare
  • 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

27 Oct 03:19
Compare
Choose a tag to compare
  • Add formatOmitEmptyValue settings parameter to hide n/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

26 Oct 19:47
Compare
Choose a tag to compare
  • 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

26 Oct 18:27
Compare
Choose a tag to compare
  • 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

05 Feb 23:56
Compare
Choose a tag to compare
  • Add a toggle to disable panning/dragging on the map. Thanks, @gdunstone.

0.8.1

18 Jan 05:30
Compare
Choose a tag to compare
  • Fix CircleCI reporting. Thanks, @ryantxu!
  • Add South Sudan to countries*.json. Thanks, @Hipska and @javl!

0.8.0

26 Oct 18:35
Compare
Choose a tag to compare
  • Fix "Fit to data" zooming (#25)
  • Display multiple entries from the same location within single popup (#27).