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

Binned stacked area doesn't correctly filter null #9343

Open
kanitw opened this issue May 8, 2024 · 0 comments
Open

Binned stacked area doesn't correctly filter null #9343

kanitw opened this issue May 8, 2024 · 0 comments
Labels

Comments

@kanitw
Copy link
Member

kanitw commented May 8, 2024

Bug Description

{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "data": {"url": "data/movies.json"},
  "mark": "area",
  "encoding": {
    "x": {
      "bin": true,
      "field": "IMDB Rating"
    },
    "y": {"aggregate": "count"},
    "color": {"field": "Major Genre"}
  }
}
image
@kanitw kanitw added the Bug 🐛 label May 8, 2024
kanitw added a commit that referenced this issue May 9, 2024
binned stacked area now correctly filter null values

See the example fixed in the 4th commit.

---------

Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant