I want to add chart to folium map like below:
source: https://github.com/jupyter-widgets/ipyleaflet
But I cannot find any doc guiding to this. Can anyone help me with this?
I tried reading documentation in https://ipyleaflet.readthedocs.io/en/latest/usage/index.html but there is no luck. I expected to see some example code for adding chart to map (not adding chart to popup).
To add a chart to a map using Folium, you can follow these steps:
Replace latitude and longitude with the coordinates of the center of your map.
Replace marker_latitude and marker_longitude with the coordinates of the marker's location.