Dominik Moritz
Dominik Moritz
You can try. We combined multiple table via joins in https://github.com/cmudig/Texture but it was a bit hacky iirc so there may be issues coming up.
Useful feature from @jheer just now: https://github.com/uwdata/mosaic/pull/888
Saying it's unusable is not correct. I use it for Vega-Lite and mosaic. For the latter, the json schema is like 8mb so pretty huge. But I agree that it...
Could be src but could also just be a counter if you are okay with implementing some kind of duplicate detection. Prefixes of paths will work without that will make...
Did you add a pat? I wonder why the compile step isn't running.
I still see a bunch of generated js files. Please look at the diff.
Moved to https://github.com/vega/vega-lite/pull/9627 so I can clean it up. Thanks for the example!
> A problem before I ask for a review: the automatic vg2png thumbnail generation doesn't currently work with animated specs (it'll generate an image with without filtering, i.e. all the...
I'm seeing warnings for `Channel time should not be used with an unsorted discrete field.` for the gap minder example. We should try to avid having examples throw warnings.
Eventually, we could replace the custom image generation pipeline with vitest/playwright's snapshot generation. But that's a separate issue.