-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed as not planned
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourjupyterThis issue/PR has to do about JupyterThis issue/PR has to do about Jupyter
Description
Please add a code sample or a nbviewer link, copy-pastable if possible
from folium.plugins import TimeSliderChoropleth
m = folium.Map(location=[40.45, -80], zoom_start=11)
g = TimeSliderChoropleth(
tracts.to_json(),
styledict=review_dict,
).add_to(m)
m
Problem description
I was able to use TimeSliderChoropleth plugin to make an interactive map to show changes over time, but as soon as I use the +- sign on the map to zoom in and out on the map, the slider disappears and I cannot get it back! Had similar issue when testing the example case given on Github. Any advice on how to work around this? Thank you very much!
Expected Output
Output of folium.__version__
Metadata
Metadata
Assignees
Labels
bugAn issue describing unexpected or malicious behaviourAn issue describing unexpected or malicious behaviourjupyterThis issue/PR has to do about JupyterThis issue/PR has to do about Jupyter