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

Undefined data set name with facet inside concat #5475

Closed
domoritz opened this issue Oct 16, 2019 · 1 comment
Closed

Undefined data set name with facet inside concat #5475

domoritz opened this issue Oct 16, 2019 · 1 comment

Comments

@domoritz
Copy link
Member

{
  "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
  "data": {"values": [{"a": "A", "b": 28}, {"a": "B", "b": 55}]},
  "vconcat": [
    {
      "title": "Title for first row",
      "facet": {"field": "a", "type": "ordinal"},
      "spec": {
        "mark": "bar",
        "encoding": {"y": {"field": "b", "type": "quantitative"}}
      }
    },
    {
      "title": "Title for second row",
      "facet": {"field": "a", "type": "ordinal"},
      "spec": {
        "mark": "bar",
        "encoding": {"y": {"field": "b", "type": "quantitative"}}
      }
    }
  ]
}

Produces this error

Error: Undefined data set name: "scale_concat_1_child_main"

Found in #5432 by @buckle2000.

@domoritz
Copy link
Member Author

domoritz commented Dec 9, 2021

Fixed in #7639

@domoritz domoritz closed this as completed Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants