Dominik Moritz

Results 1071 comments of Dominik Moritz

Skypack (which works for arrow) seems to have an issue with arquero. ```ts > import arquero from "https://cdn.skypack.dev/arquero" Uncaught TypeError: Relative import path "acorn" not prefixed with / or ./...

`import * as arquero from "https://cdn.jsdelivr.net/npm/[email protected]/+esm";` works actually. 🎉

Ahh, good catch. The tricky bit is that Vega-Lite never sees the data so we have to build the logic in Vega spec.

If we only have two options, I wonder whether we could consider a Boolean. Otherwise I think all marks, and range marks or bar and area makes sense. I don't...

Haha, good catch. We should check whether this is a Vega or Vega-Lite issue.

I don't have cycles to make this change but would be happy to review a pull request.

Merging in https://github.com/vega/vega-lite/pull/8352