interactivethings / d3-grid

D3 grid layout
BSD 3-Clause "New" or "Revised" License
77 stars 11 forks source link

Add row and col fields to nodes. #6

Open keithrbennett opened 10 years ago

keithrbennett commented 10 years ago

It can be helpful for a node to know its row and column, for example, to look up information specific to that row or column, for use in a tooltip, creation of a URL in a tooltip, etc.

This mod adds those fields. I'm assuming the additional CPU overhead and required memory storage will not be significant.