Dominik Moritz
Dominik Moritz
There would be a default so we don't break existing uses. Map and split could be reasonable to support. How would you propose it?
Oh so it already works? If yes, we should start with that and see what minimal changes would make it easier/more convenient.
Yes. Feel free to take a stab at implementing something along those lines.
Can you send a pull request to fix this?
Vega-Lite is changing the default projection to equalEarth in Vega-Lite 5. We can remove the explicit default in Vega's next major version.
I can go either way. Using a better projection in the examples is a good step.
Do you think something like this can also help us fix https://github.com/vega/vega-lite/issues/9543?
@jonathanzong can you help wrap this up? I want to resolve the backlog of open prs and issues here.
@jonathanzong @arvind could you help wrap this up?
What seems to be happening is that Vega does not set the dataset for `animation_frame_store` until after the first tick which is problematic since that means the filter for the...