Dominik Moritz
Dominik Moritz
Vega-Lite already supports facets of facets using the facet operator. I read this as a feature request to support arrays in the shorthand notion and translate to a nested faceted...
Sorry, I should have been more clear. Vega-Lite conceptually supports nesting facets. The implementation has some bugs so we don't support it yet.
I don't see why it wouldn't work but it may not be easy to add. The way to find out is to change the types for field and then seeing...
I was referring to the typescript sources. If you (or someone else) changes the types to support the param ref type (stricter than just a key value pair), you would...
I think something like that could be. possible if you create a new dataset in Vega that has a field for y that is derived with an expression like `data[fieldSignal]`....
Thank you for putting together the example. I had implemented support for expressions in guide titles before (https://github.com/vega/vega-lite/pull/7265) but have to redo it sometime (I have to redo https://github.com/vega/vega-lite/pull/7438). It's...
Can you look the Vega code to see what needs to be fixed and send a pull request?
I don't think we facet per value. If you wanted that, you could explicitly flatten the field first. Using an array should result in a multi-line label.
After this, I think we can remove a lot of the signalRef methods in common.ts. As a follow up, look at these PRs to see what we can revert: #6825,...
This is exciting. @drgould let us know when this is ready for a review. I know @willium was interested in this feature as well.