eurostat-map 4.6.2 → 4.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/package.json
CHANGED
|
@@ -25,6 +25,8 @@ export interface LegendConfig {
|
|
|
25
25
|
boxPadding?: number
|
|
26
26
|
/** Background opacity of the legend box. */
|
|
27
27
|
boxOpacity?: number
|
|
28
|
+
/** Apply legend hover opacity/highlighting only while the map is currently zoomed in (scale != 1); disabled again once zoomed back out to the initial view. */
|
|
29
|
+
onlyApplyOpacityWhileZoomed?: boolean
|
|
28
30
|
/** Padding between the title block and legend body. */
|
|
29
31
|
titlePadding?: number
|
|
30
32
|
|
package/package.json
CHANGED