Skip to content
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

Calling .empty() function when defining selection parameters returns Error: Unrecognized signal name #411

Open
krispybird opened this issue Jan 11, 2023 · 2 comments

Comments

@krispybird
Copy link

Hello,

I get an error when I try to call the .empty() method while defining selection parameters

For example, if I try and call:

const highlight = vl.selectPoint().empty(false); 

I get an error that is returned as Error:: Unrecognized signal name

This occurs for selectPoint, selectInterval, selectSingle, and selectMulti

@domoritz
Copy link
Member

Is this a Vega-Lite API issue?

@domoritz domoritz transferred this issue from vega/vega-lite Jan 11, 2023
@chatchavan
Copy link

The object returned by empty() function has a different prototype than those returned by selectPoint(), or on(). Notebook. Perhaps there's some error in how the empty() is specified for the API generation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants