-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'shape') #311
Comments
Hi @joelostblom, I'm seeing the same error in the JS output without VegaFusion: What is this example supposed to do, given that it doesn't have any encodings specified? |
Oh weird, we should update that example in the docs to use One thing that confused me here was that the error including a lot of additional info than what I usually see when something goes wrong on the Vega-Lite side of things. For troubleshooting purposes, I think it would be helpful to just output what is shown in your screenshot when the error is not related to VegaFusion, but it's a minor comment as it seems like all the warnings raised on the Python level in Altair still show as expected and it is just when there are Javascript warnings that the VegaFusion and Vega-Lite messages get intermixed. |
Closing as this is not a vegafusion issue and we did the doc update in vega/altair#3052 |
When the run the following code from the altair doc page of large datasets:
I run into this error
I tried with altair 5.0, vegafusion 1.2.4, vl-convert 0.9.0, and both jlab 3.6.3 and 4.0rc1. Is this maybe related to vegafusion and altair being out of sync in the vega-lite version they use?
When I run the example from the vegafusion widget docs, I see a slightly different error (the vegafusion mime-renderer examples work fine):
The text was updated successfully, but these errors were encountered: