Open mhkeller opened 1 year ago
I was working on point_angle_windvector and I am getting an error that there's no top-level .projection method. Here are the docs for setting a projection but it's not clear how to set this on the chart spec itself.
point_angle_windvector
.projection
The error seems to be that vl.projection doesn't return an object with a markPoint, or any other top-level vl method.
vl.projection
I was working on
point_angle_windvector
and I am getting an error that there's no top-level.projection
method. Here are the docs for setting a projection but it's not clear how to set this on the chart spec itself.