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
add Lib.tagSelected made to make selectedpoints work w/ transforms
- tagSelected make heavy use of the transforms _indexToPoints
map object to determine how input index (called pointIndex)
are mapped to calcdata index (called pointNumber).
- use pointIndex (not pointNumber) while filling up selectedpoints array
to match input indices.
- Use tagSelected in scatter, box, and histogram calcSelection methods
taking care of all trace types that support selections.
0 commit comments