Dominik Moritz

Results 1544 comments of Dominik Moritz

Schema validation errors are often super cryptic. I usually check in the editor to find out what's wrong.

@jonmmease I can manually make a copy of this pull request but I wonder whether you can add a PAT to your fork so that the "Format, Schema, and Examples"...

The pull request template describes how to add a PAT: https://github.com/vega/vega-lite/blob/next/.github/PULL_REQUEST_TEMPLATE.md. It's needed so that the GitHub action can push changes to your fork. If you can't figure it out...

Copy in https://github.com/vega/vega-lite/pull/8353

Can we pre-aggregate the data? Right now, the spec is pretty large.

Ahh, the joy of time zones again. @rnvarma can you look into what's going on in the Vega specs? It would help us immensely scope the effort for the fix.

Fixed in #8145. Thanks for sending the issue.

It's just in the schema so I think it's mostly a bug we can fix. We should bump a minor version.

@arvind Can you post an example of how one might access a selection? I'm trying to build an application where you can crossfilter between different visualization. Since I want to...

> Note: for interval selections, inserting new selection instances via the view API may not always correctly update the brush mark state. Why is that? Is there a way to...