Skip to content

Releases: grafana-toolbox/panodata-map-panel

0.7.0

04 Dec 11:50
Compare
Choose a tag to compare
  • Improve tooltip error message if location data coming from
    an external resource is invalid JSON (#19).
  • Add ci/ directory to .gitignore again
  • Adjust country name for North Macedonia. Thanks, @pvavilis!

0.6.4

20 Nov 15:20
Compare
Choose a tag to compare
  • Update documentation

0.6.3

26 Oct 18:34
Compare
Choose a tag to compare
  • Remove ci/ directory from .gitignore again

0.6.2

26 Oct 18:33
Compare
Choose a tag to compare
  • Fix CircleCI recipe

0.6.1

26 Oct 18:33
Compare
Choose a tag to compare
  • Update yarn.lock
  • Update documentation
  • Add Grafana 6.4.4 to CircleCI recipe

0.6.0

26 Oct 18:32
Compare
Choose a tag to compare
  • Ignore "ci/" subfolder
  • Use "canary" variant of @grafana/toolkit. Thanks @dprokop!
  • Update plugin name to "grafana-map-panel"
  • Update documentation to reflect naming
  • Improve build tasks in "CONTRIBUTING.md" to reflect recent integration of grafana-toolkit

0.5.0

26 Oct 18:32
Compare
Choose a tag to compare
  • Enable propagation of user warnings again
  • Reflect move to "panodata" organization on GitHub
  • Integrate "with-toolkit" by Ryan McKinley. Thanks a bunch!

0.4.0

07 Jul 21:18
Compare
Choose a tag to compare

0.4.0

0.3.0

26 Oct 18:31
Compare
Choose a tag to compare
  • Fixes error handling that made everything disappear in edit mode, #213
  • Fixes partial (not full height) map on first render #212
  • Add new mapping options table+json and table+jsonp to retrieve
    location information from JSON endpoint, even for table data.
    The lookup key is the value obtained from the database field
    designated by tableQueryOptions.labelLocationKeyField.
  • Add autoPanLabels and autoWidthLabels to visual option settings.
  • Add zoomControl and attributionControl to visual option settings.
  • Optionally display legend in different DOM element.
  • Increase form field width for JSON endpoint url settings.
  • Fix conditional table options display in settings editor.
  • Add showTableOptions() conditional for signalling any type of table source.
  • Add software tests covering new control options
    • locationData: "table+json"
    • showZoomControl: false
    • showAttribution: false
    • legendContainerSelector
  • Add Makefile as entrypoint for repository tooling.
  • Fix popover labels text color for light theme (#169).
    Thanks, @dtheb.
  • Add clickthrough option for circles, use fixed url (#129).
    Thanks, @ryft.
  • Add clickthrough option for circles, use urls from data (#190).
    Thanks, @leonhardhaas.
  • Combine both clickthrough link implementations grafana#129 and grafana#190,
    add basic variable interpolation based on keys from dataPoint.
  • Introduce the regular Grafana templating mechanism for interpolating variables
    into clickthrough links. As we are now interpolating dashboard and dataPoint
    variables, the latter one will get prefixed with __field_ to avoid collisions.
  • Apply Grafana-style variable interpolation to all panel settings.
  • Add query parameters into the interpolation dictionary, prefixed by request_.
  • Use request parameters prefixed with "panel-" to optionally override the
    respective control options.
  • Improve map center control handling.
  • Improve clickthroughUrl interpolation.
  • Add control option clickthroughOptions.windowName to open clickthrough target in designated window.
  • Improve centering on Last Geohash.
  • Add support for First Geohash centering (#156).
    Thanks, @fabienpomerol.
  • Add control options mapFitData and mapZoomByRadius.
  • Repaint user interface.
  • Refactor machinery and user interface.
  • Add options ignoreEmptyGeohashValues and ignoreInvalidGeohashValues.
  • Add ignoreEscapeKey option.
  • Add hideTimepickerNavigation option.
  • Add circleOptions.strokeEnabled and circleOptions.strokeWeight.
  • Add options customAttribution and customAttributionText.
  • Rename point_ prefix to __field_ when interpolating datapoint field values
  • Remove automatic key suffix for popover texts
  • Limit effective zoom level by new "Maximum zoom level" option
  • Fix transformation machinery for data in timeseries format
  • Acquire location data again after being cleared out when hitting an empty dataset
  • Improve initialisation and refresh behaviour