wesnolte / jOrgChart

A jQuery plugin to draw tree-like structures such as OrgCharts.
992 stars 674 forks source link

Option for highlighting parent relationship of hover'd box #14

Closed MarkTraceur closed 12 years ago

MarkTraceur commented 12 years ago

I thought I'd add this into the library, so others can benefit from it. Feedback and/or changes welcome.

MarkTraceur commented 12 years ago

OK, the scope has expanded somewhat to include a total of 3 new options, including callbacks. Wes, could you pull or provide feedback please?

wesnolte commented 12 years ago

Looks great! I'll need to wait till the weekend to check the code out in detail but I appreciate the help :)

MarkTraceur commented 12 years ago

OK, upon further review, the solution is a little wonky--it turns out the spacing isn't always uniform, so I have no way of knowing how many cells in the table need to be highlighted without some way to determine the distance in pixels.

wesnolte commented 12 years ago

Ah that's unfortunate. Thanks for the effort though. Any chance of issuing a pull request with the new features minus the highlighting?