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

unrecognized signal name: "PARAM_tuple_fields" using "bind": {"input": "checkbox"} #8685

Closed
mattijn opened this issue Jan 30, 2023 · 3 comments
Labels
Altair Issue that is blocking Altair Bug 🐛

Comments

@mattijn
Copy link
Contributor

mattijn commented Jan 30, 2023

As was raised in vega/altair#2856.
Given the following minimal Vega-Lite specification (Open the Chart in the Vega Editor):

{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.2.0.json",
  "data": {"values": [{}]},
  "encoding": {
    "size": {"condition": {"param": "PARAM", "value": 25}, "value": 100}
  },
  "mark": "point",
  "params": [
    {
      "bind": {"input": "checkbox"},
      "name": "PARAM",
      "select": {"type": "point"}
    }
  ]
}

It currently gives an error in the Vega-Editor:

Unrecognized signal name: "PARAM_tuple_fields"

It still renders in Altair (why it still renders using the main branch of Altair is also not crystal clear, since it should be equal to what the Vega-Editor is using currently..), but the interaction only works once.

@mattijn
Copy link
Contributor Author

mattijn commented Feb 24, 2023

As this spec rendered fine in VL5.2, this feels like an introduced regression somewhere in between VL5.2 and VL5.6.1.

@mattijn
Copy link
Contributor Author

mattijn commented Feb 24, 2023

Explained in more detail here vega/altair#2871 (comment) and/or Open the Chart in the Vega Editor.

@mattijn mattijn added the Altair Issue that is blocking Altair label Feb 24, 2023
@mattijn mattijn changed the title Unrecognized signal name: "PARAM_tuple_fields" unrecognized signal name: "PARAM_tuple_fields" (using "bind": {"input": "checkbox"} Feb 24, 2023
@mattijn mattijn changed the title unrecognized signal name: "PARAM_tuple_fields" (using "bind": {"input": "checkbox"} unrecognized signal name: "PARAM_tuple_fields" using "bind": {"input": "checkbox"} Feb 24, 2023
@mattijn
Copy link
Contributor Author

mattijn commented Feb 24, 2023

Already resolved by #4870 (comment)

@mattijn mattijn closed this as completed Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Altair Issue that is blocking Altair Bug 🐛
Projects
None yet
Development

No branches or pull requests

1 participant