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
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 groupByand sort transforms as well (groupBy is not currently working with crossfilter, so it was less of a priority) done in More indexToPoints #2162
extract the few lines that are identical between the filter.js and aggregation.js implementations
add more test cases with various transforms sequences
The text was updated successfully, but these errors were encountered:
We have added logic to
transforms
such that the ultimate results oftransforms
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 forcrossfilter
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:
groupBy
andsort
transforms as well (groupBy
is not currently working withcrossfilter
, so it was less of a priority) done in More indexToPoints #2162filter.js
andaggregation.js
implementationstransforms
sequencesThe text was updated successfully, but these errors were encountered: