eurostat-map
eurostat-map copied to clipboard
Thematic web maps based on D3 🗺️
similar to https://github.com/eurostat/eurostat-map.js/issues/83 updateStyle on choropleths (possibly all maps) is fired 1-12 times upon initialization, which leads to labels being appended 1-12 times.
See tests/test_export.html for example Should only be fired once
Using EUI, build an interface on top of eurostat-map.js which allows the user to customize their map
The publications team for the DRYB used a space as a thousands separator. maybe we should implement this as the default?
can be achieved by reversing the domain array using [].reverse()
- map with fill pattern. Test new fill patterns. https://riccardoscalco.it/textures/ see example of utilisation here: https://observablehq.com/@oliviafvane/where-do-british-county-names-come-from http://www.heropatterns.com/ https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feTurbulence https://developer.mozilla.org/en-US/docs/Web/SVG/Element#Filter_primitive_elements - map with stroke styles - patterns - map with hand...
Legend height and title fontsize are not applied correctly on firefox 83.0 
See: https://www.axismaps.com/guide/dot-density
NOTE: can be addressed only after #57. See for example: http://andywoodruff.com/blog/how-to-make-a-value-by-alpha-map/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3173776/ This requires using 2 statistical values for the map, one for the value (rate/share) and another one for...