eurostat-map.js
eurostat-map.js copied to clipboard
Discrepancies in styling between Firefox and Chrome
Legend height and title fontsize are not applied correctly on firefox 83.0

these appear to be due to the fact that chrome recognizes 12 as a font size when using .style("font-size",12), but it should in fact be .style("font-size","12px")