Dominik Moritz
Dominik Moritz
Note that there are different variations of this issue. We have fixed some but not others. So some specs that used to not work, work today. See https://github.com/vega/vega-lite/issues/1844 for example....
Related: https://github.com/vega/vega-lite/issues/2518
To use a param, you use `expr` and not `param` in most cases. See https://vega.github.io/vega-lite/docs/parameter.html#in-expression-strings. We are also not correctly translating this instance, which is a bug.
Let's fix this after https://github.com/vega/vega-lite/pull/7265 is merged.
There are known issues with full support for params and I have some prs with a fix that need to be cleaned up/redone now. It's in my queue to fix...
We added touch support in https://github.com/vega/vega-lite/pull/9089
Awesome. Thank you for the making these examples and sending them as a pull request.
> does that mean it has been dropped in favor the webgl effort? Absolutely not. WebGL is great for faster rendering but when the data is even larger, the bottleneck...
Arrows as symbols are already supported and we just added an angle encoding. Check out https://vega.github.io/vega/examples/wind-vectors/.
@dlaliberte and I talked yesterday and came up with a plan. Let us know if you think there is a simpler solution or you see issues. The idea is to...