We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fae64 commit 0de9731Copy full SHA for 0de9731
folium/features.py
@@ -367,7 +367,7 @@ def vegalite_major_version(self) -> Optional[int]:
367
schema = self.data["$schema"]
368
369
return int(schema.split("/")[-1].split(".")[0].lstrip("v"))
370
-
+
371
def _embed_vegalite_v6(self, figure: Figure, parent: TypeContainer) -> None:
372
self._vega_embed(parent=parent)
373
0 commit comments