For example, when the user can create a brush, it would be nice to change the cursor accordingly.
When fixing this issue, please also update this example.
Single/Multi -- Use pointer
Brush use crosshair
Pan uses grab -- if there is a smart way to learn about this
Falcon uses pretty reasonable cursors.
To make it easy to follow, what鈥檙e the difference between suggested set above?

And you can give it a try at https://uwdata.github.io/falcon/flights/.
The difference is that resize has a cursor as well (which we don't support yet) and I use move instead of grab.
Can this be done today with the cursor signal?
Vega-Lite does not yet have support for signals. You can modify the Vega, yes.
Most helpful comment
And you can give it a try at https://uwdata.github.io/falcon/flights/.
The difference is that resize has a cursor as well (which we don't support yet) and I use
moveinstead ofgrab.