eurostat-map icon indicating copy to clipboard operation
eurostat-map copied to clipboard

Thematic web maps based on D3 🗺️

Results 41 eurostat-map issues
Sort by recently updated
recently updated
newest added

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.

bug

See tests/test_export.html for example Should only be fired once

bug

For cyclic data, updated monthly or quaterly.

enhancement

Using EUI, build an interface on top of eurostat-map.js which allows the user to customize their map

enhancement

The publications team for the DRYB used a space as a thousands separator. maybe we should implement this as the default?

question

can be achieved by reversing the domain array using [].reverse()

enhancement

- 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...

documentation

Legend height and title fontsize are not applied correctly on firefox 83.0 ![Screenshot from 2020-12-01 14-32-59](https://user-images.githubusercontent.com/25485293/100747323-2f0def80-33e2-11eb-96f2-d5e96e43a10b.png)

bug

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...

enhancement