vega-lite-api icon indicating copy to clipboard operation
vega-lite-api copied to clipboard

How to use .projection method

Open mhkeller opened this issue 11 months ago • 0 comments

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?

mhkeller avatar Aug 01 '23 16:08 mhkeller