Dominik Moritz

Results 1544 comments of Dominik Moritz

I haven't tried with quarto. Do you see any errors? Maybe @cscheid can help.

Does any widget usually work with quarto? That would be huge since there are so many any widgets now. cc @manzt

Thanks for the background. I think having a client-only mode for mosaic would be nice but also having the kernel in the browser could be great (and maybe a more...

Whoa, I have not had that size. The biggest I worked on is [Mosaic which is 8mb of JSON](https://github.com/uwdata/mosaic/blob/main/docs/public/schema/v0.15.0.json) but apparently not big enough to trigger this 😅 . Anyway,...

We could not stable stringify and just use JSON.stringify. The reason for stable stringify for me is that I wanted to have more reproducible schema generation with minimal diffs. Also,...

Could you use bun which use jscore instead?

Did you try https://github.com/vega/vega/blob/main/packages/vega-label/README.md? Is this is a bug or a feature request?

Can you post a minimal example spec?

I see. Not great, I agree. I think the label overlap algorithm is overkill for this problem. Labeling for pie charts would be great. It should probably be a different...

That's super cool. Can you send this as a pull request to add to the example gallery?