uwgraphics / d3-twodim

A D3.v3.js module for creating 2D representations of data
http://uwgraphics.github.io/d3-twodim/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Amend the shared highlight dispatch event to take indices instead #7

Open yelper opened 8 years ago

yelper commented 8 years ago

Reformulate the highlight event supported by all components to also take data indices, can potentially speed up highlighting operations by reducing stack size when calling filtering functions.