Dominik Moritz
Dominik Moritz
Is this supported in Vega? Can you provide an example?
Ahh thanks. Is there an updated Vega 3 example that we could look at?
That would be great. Having a Vega example makes it more likely that we implement this in Vega-Lite.
The example above is using external javascript. Since Vega-Lite compiles to Vega, we need native support in Vega before we can add this functionality. If it's not possible, let's close...
Vega-Lite cannot bind external elements. Binding selections to inputs in Vega-Lite tells Vega to generate the inputs (https://vega.github.io/vega/docs/signals/#bind). Or am I misunderstanding the feature request?
Thank you @arvind and @tonne1. Let's leave this issue open as a reminder to add support once it works in Vega.
We should stick to the names in javascript, imo. For now, the expression syntax is trying to be as close to JS as possible (with some added helper functions).
Thanks. I think the spirit of this pull request is great. I wonder whether it would make more sense to support this in Vega?
Ah, thanks for digging up those comments. Okay, let's see how we can tackle this in Vega-Lite then.
@kanitw could you take a look at the latest changes?