folium
folium copied to clipboard
TimeSliderChoropleth stroke colour/width
Hi,
I am having issues with trying to change the line colour/width/opacity/removing dashed line for the TimeSliderChoropleth, is this possible or would it be a possible feature add please? The white dashed lines I am getting are meaning you cannot see the data on the map.
Thanks (and thanks for all the development on this, its great), Amy
Looks like that is hardcoded in the plugin class: https://github.com/python-visualization/folium/blob/main/folium/plugins/time_slider_choropleth.py#L118 That's not nice. We could consider a change that makes this optional, by adding an argument to the class. A PR for this is welcome.