eurostat / eurostat-map.js

Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.
https://github.com/eurostat/eurostat-map.js
Other
60 stars 4 forks source link

Discrepancies in styling between Firefox and Chrome #29

Closed joewdavies closed 1 year ago

joewdavies commented 3 years ago

Legend height and title fontsize are not applied correctly on firefox 83.0 Screenshot from 2020-12-01 14-32-59

joewdavies commented 3 years ago

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")