We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e68c72 commit 0048d4bCopy full SHA for 0048d4b
1 file changed
folium/folium.py
@@ -689,6 +689,7 @@ def style_function(x):
689
index=color_domain,
690
vmin=color_domain[0],
691
vmax=color_domain[-1],
692
+ caption=legend_name,
693
)
694
self.add_children(color_scale)
695
0 commit comments