-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
We have added logic to transforms such that the ultimate results of transforms can be associated with the original data points, via their positional indices. This way, interacting with e.g. an aggregate bar, the original points can be known, which is crucial for crossfilter to work, among other possible uses.
The linked PR took care of the logic but exposing it via events is a useful next step: #2126 (review)
Besides this, other changes are needed:
- cover
groupByandsorttransforms as well (groupByis not currently working withcrossfilter, so it was less of a priority) done in More indexToPoints #2162 - extract the few lines that are identical between the
filter.jsandaggregation.jsimplementations - add more test cases with various
transformssequences
Metadata
Metadata
Assignees
Labels
No labels