-
-
Notifications
You must be signed in to change notification settings - Fork 831
Closed
Labels
Description
Unable to set property width to container as described here: https://altair-viz.github.io/user_guide/customization.html#adjusting-chart-size
versions:
altair==5.0.0rc1
jupyterlab==4.0.0b1
alt.Chart(cars).mark_bar().encode(
x='Origin',
y='count()',
).properties(
width='container',
height=200
)Javascript Error: Unrecognized signal name: "container"
This usually means there's a typo in your chart specification. See the javascript console for the full traceback.
