We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ea0c commit e4c49baCopy full SHA for e4c49ba
chartlets.py/chartlets/components/charts/vega.py
@@ -4,6 +4,7 @@
4
try:
5
# noinspection PyUnresolvedReferences
6
import altair
7
+
8
AltairChart = altair.Chart
9
except ImportError:
10
AltairChart = type(None)
0 commit comments