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

.psStrokeWidth not working #26

Closed joewdavies closed 3 years ago

joewdavies commented 3 years ago

Proportional circle map stroke width setter only changes stroke width of legend circles:

.psStrokeWidth(0.1)

jgaffuri commented 3 years ago

There was a bug ideed, due to the fact the the "transition" does not apply to stroke-width and do not change it. It is now corrected in the new version 2.0.3. Note however this other issue, which relates to stroke-width as well: https://github.com/eurostat/eurostat-map.js/issues/27

joewdavies commented 3 years ago

Thanks Julien, in that case I will close the issue.