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
The design of channels assumes that either facets are exclusive (i.e., each datum appears in at most one facet) or that if facets are not exclusive, that the derived channel value is the same across all facets. Yet this is not true in all cases, such as the stack transform in conjunction with the excludefacet mode. This problem will become more common if we extend faceting to support animation #995 with filtering to show earlier/latter values, and was also encountered when switching the Voronoi mark to compute the Voronoi diagram in an initializer #1623.