Dominik Moritz

Results 1544 comments of Dominik Moritz

Then should we update the generator?

I don't have time to make these changes but would be happy to review a pull request.

I don't understand your question. Continues scales can also have a custom scheme. Altair just generated Vega-Lite so there could be an issue with the particular renderer you use that...

I doubt that we can draw sketchy lines this in Vega for both the svg and canvas renderer unless we add a new feature to Vega. For now, we would...

I'm pretty sure that the core team won't have time to work on this so if you want this theme, you'd need to work on it. I feel the easiest...

Thank you. I think the themes we have started here also need some fine-tuning so I would be thrilled if you could help us make them better. In particular, the...

Weird. Vega-Embed has a module export at https://github.com/vega/vega-embed/blob/b4ec77f7f4aa4a5573882c19d2e3d3715271a059/package.json#L32 so I think this is an issue with the bundler. Maybe it needs `type: module`. If you have a suggestion, let me...

Related: https://github.com/vega/svelte-vega/issues/545 and https://github.com/sveltejs/kit/issues/5325. I am confused since embed already has a module export and that should be the one used for esm packages. Unfortunately, different bundlers behave differently.

The sveltekit example in https://github.com/vega/svelte-vega/pull/910 works. It does break when I update all the dependencies.

It looks like the issue is vite 5. Please use vite 4 for now. At least that seems to fix it for me with the SvelteKit example in this repo.