Dominik Moritz

Results 1544 comments of Dominik Moritz

Closing since we are not yet making a release.

I don't see any reason why it wouldn't work in Vega. We still need to update Vega-Lite to support what you want to do.

Related issue: https://github.com/vega/vega-lite/issues/4439 Can I propose to add a parameter to set the quantile and to have an ntile aggregate instead? Note that Vega already has a quartile transform: https://vega.github.io/vega/docs/transforms/quantile/.

Fair points. Please remove the compiled files and also update the ts types so @jheer can do a review.

Just wondering, can you use an SVG image with a reference?

In ```svg ``` `fill="url(#star)"` references the pattern. I wonder whether you could use this in Vega and define the pattern outside.

It won't work unfortunately.

I strongly prefer B. The reason is that A would be very limited (e.g. we couldn't use pattern for area charts) and add more complexity to Vega-Lite (we need to...

Here is a cool example of how to use patterns by Olivia Vane https://observablehq.com/@oliviafvane/how-to-use-textures-patterns-in-vega-lite

> If the pattern is supported by fill, would that apply to legends as well? Yes.