Dominik Moritz

Results 1544 comments of Dominik Moritz

The bundles we build are for browser targets and therefore do not include the code to load from disk. In a node environment (which right now is almost every non-browser...

The best approach (that has proven to work really well in other environments) is to separate the spec from the data and send the data separately (as a binary arrow...

Not yet but maybe in a month. Do you have specific questions I can answer now?

The main difference in the package that we are building by default and the bundle that you want that has access to the filesystem is the vega loader. As you...

Let me include @jheer in this, who created the Vega bundles. Maybe we should just include a node bundle that has all dependencies in it and does not depend on...

Can you send me a block of HTML to try? I'm not immediately sure what's missing.

Don't set the container size of the embed container to 100%. You can have a container around it with 100% width.

The editor supports responsive charts: https://vega.github.io/editor/.

Well, you need something to set the size of the container, either the visualization from the inside or the user from the outside.

Unfortunately, grouped bar charts are currently implemented as faceted charts. Faceted charts cannot be sized top-down. We are working on adding [offset as a new channel](https://github.com/vega/vega-lite/issues/4703) as a better alternative.