|
2 | 2 |
|
3 | 3 | ## v0.3.0-dev
|
4 | 4 |
|
5 |
| -- Add new mapping options "table+json" and "table+jsonp" to retrieve |
| 5 | +- Add new mapping options `table+json` and `table+jsonp` to retrieve |
6 | 6 | location information from JSON endpoint, even for table data.
|
7 |
| - The lookup key is the value from the obtained "labelField". |
8 |
| -- Add "autoPanLabels" and "autoWidthLabels" to visual option settings. |
9 |
| -- Add "zoomControl" and "attributionControl" to visual option settings. |
| 7 | + The lookup key is the value obtained from the database field |
| 8 | + designated by `tableQueryOptions.labelLocationKeyField`. |
| 9 | +- Add `autoPanLabels` and `autoWidthLabels` to visual option settings. |
| 10 | +- Add `zoomControl` and `attributionControl` to visual option settings. |
10 | 11 | - Optionally display legend in different DOM element.
|
11 | 12 | - Increase form field width for JSON endpoint url settings.
|
12 | 13 | - Fix conditional table options display in settings editor.
|
13 |
| -- Add "showTableOptions()" conditional for signalling any type of table source. |
| 14 | +- Add `showTableOptions()` conditional for signalling any type of table source. |
14 | 15 | - Add software tests covering new control options
|
15 |
| - - locationData: "table+json(p)" |
16 |
| - - showZoomControl: false |
17 |
| - - showAttribution: false |
18 |
| - - legendContainerSelector: ".shared-map-legend" |
19 |
| -- Add Makefile for macOS/Homebrew. |
20 |
| -- Fix popover labels text color for light theme (#169). Thanks, [@dtheb](https://github.com/dtheb). |
21 |
| -- Add clickthrough option for circles, use fixed url (#129). Thanks, [@ryft](https://github.com/ryft). |
22 |
| -- Add clickthrough option for circles, use urls from data (#190). Thanks, [@leonhardhaas](https://github.com/leonhardhaas). |
| 16 | + - `locationData: "table+json"` |
| 17 | + - `showZoomControl: false` |
| 18 | + - `showAttribution: false` |
| 19 | + - `legendContainerSelector` |
| 20 | +- Add `Makefile` for macOS/Homebrew. |
| 21 | +- Fix popover labels text color for light theme ([#169](https://github.com/grafana/worldmap-panel/issues/169)). |
| 22 | + Thanks, [@dtheb](https://github.com/dtheb). |
| 23 | +- Add clickthrough option for circles, use fixed url ([#129](https://github.com/grafana/worldmap-panel/pull/129)). |
| 24 | + Thanks, [@ryft](https://github.com/ryft). |
| 25 | +- Add clickthrough option for circles, use urls from data ([#190](https://github.com/grafana/worldmap-panel/pull/190)). |
| 26 | + Thanks, [@leonhardhaas](https://github.com/leonhardhaas). |
23 | 27 | - Combine both clickthrough link implementations #129 and #190,
|
24 | 28 | add basic variable interpolation based on keys from `dataPoint`.
|
25 | 29 | - Introduce the regular Grafana templating mechanism for interpolating variables
|
26 | 30 | into clickthrough links. As we are now interpolating dashboard **and** `dataPoint`
|
27 |
| - variables, the latter one will get prefixed with "point_" to avoid collisions. |
| 31 | + variables, the latter one will get prefixed with `__field_` to avoid collisions. |
28 | 32 | - Apply Grafana-style variable interpolation to **all** panel settings.
|
29 | 33 | - Add query parameters into the interpolation dictionary, prefixed by `request_`.
|
30 | 34 | - Use request parameters prefixed with "panel-" to optionally override the
|
31 | 35 | respective control options.
|
32 | 36 | - Improve map center control handling.
|
33 |
| -- Improve clickthroughURL interpolation. |
34 |
| -- Add control option `clickthroughOptions.windowName` |
35 |
| - to open clickthrough target in designated window. |
36 |
| -- Improve centering on “Last Geohash” |
37 |
| -- Add support for "First Geohash" centering (#156). Thanks, Fabien. |
| 37 | +- Improve `clickthroughUrl` interpolation. |
| 38 | +- Add control option `clickthroughOptions.windowName` to open clickthrough target in designated window. |
| 39 | +- Improve centering on `Last Geohash`. |
| 40 | +- Add support for `First Geohash` centering ([#156](https://github.com/grafana/worldmap-panel/pull/156)). |
| 41 | + Thanks, [@fabienpomerol](https://github.com/fabienpomerol). |
38 | 42 | - Add control options `mapFitData` and `mapZoomByRadius`.
|
39 | 43 | - Repaint user interface.
|
40 | 44 | - Refactor machinery and user interface.
|
|
43 | 47 | - Add `hideTimepickerNavigation` option.
|
44 | 48 | - Add `circleOptions.strokeEnabled` and `circleOptions.strokeWeight`.
|
45 | 49 | - Add options `customAttribution` and `customAttributionText`.
|
| 50 | +- Rename `point_` prefix to `__field_` when interpolating datapoint field values |
46 | 51 |
|
47 | 52 | ## v0.2.0
|
48 | 53 |
|
|
0 commit comments