Releases: grafana-toolbox/panodata-map-panel
Releases · grafana-toolbox/panodata-map-panel
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
- 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
0.3.0
- 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
andtable+jsonp
to retrieve
location information from JSON endpoint, even for table data.
The lookup key is the value obtained from the database field
designated bytableQueryOptions.labelLocationKeyField
. - Add
autoPanLabels
andautoWidthLabels
to visual option settings. - Add
zoomControl
andattributionControl
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 fromdataPoint
. - Introduce the regular Grafana templating mechanism for interpolating variables
into clickthrough links. As we are now interpolating dashboard anddataPoint
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
andmapZoomByRadius
. - Repaint user interface.
- Refactor machinery and user interface.
- Add options
ignoreEmptyGeohashValues
andignoreInvalidGeohashValues
. - Add
ignoreEscapeKey
option. - Add
hideTimepickerNavigation
option. - Add
circleOptions.strokeEnabled
andcircleOptions.strokeWeight
. - Add options
customAttribution
andcustomAttributionText
. - 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