You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this would require that the group transform know that text is a channel, and to aggregate it (by selecting the first value, presumably). And currently the group transform doesn’t need to know how to interpret the passed-in options, other than the ones that are specifically eligible for grouping (namely x, y, z, fill, stroke).
The text was updated successfully, but these errors were encountered:
Just for the reference put an up to date working example here (as I landed on this issue while googling for an example of labelling sections on a stacked bar chart)
This works, the definition of the text channel is awkward:
I’d prefer something like this:
But this would require that the group transform know that text is a channel, and to aggregate it (by selecting the first value, presumably). And currently the group transform doesn’t need to know how to interpret the passed-in options, other than the ones that are specifically eligible for grouping (namely x, y, z, fill, stroke).
The text was updated successfully, but these errors were encountered: