python-visualization/folium

TimeSliderChoropleth hides the attribution

Closed

#1,301 opened on Apr 19, 2020

 (8 comments) (0 reactions) (0 assignees)Python (2,245 forks)batch import
bughelp wanted

Repository metrics

Stars
 (6,527 stars)
PR merge metrics
 (Avg merge 5d 7h) (5 merged PRs in 30d)

Description

Problem description

See the last cell at https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/TimeSliderChoropleth.ipynb. The attribution is supposed to be at the lower-right corner but it's hidden. (It is in HTML but the attribute layer doesn't show.)

Expected Output

Other plugins don't hide the attribution: https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/Plugins.ipynb

Output of folium.__version__

0.10.1

Contributor guide