We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running into an issue trying to recreate the point_angle_windvector example here. I get the error:
.markPoint({ shape: 'wedge', filled: true }) ^ TypeError: vl.projection(...).markPoint is not a function
This example shows a .project method instead of .projection but if I try that, I get an error. Any guidance on how to recreate this in Vega Lite API?
.project
.projection
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running into an issue trying to recreate the point_angle_windvector example here. I get the error:
This example shows a
.project
method instead of.projection
but if I try that, I get an error. Any guidance on how to recreate this in Vega Lite API?The text was updated successfully, but these errors were encountered: