ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
509 stars 136 forks source link

Add nodeRightClick #87

Closed richchurcher closed 5 years ago

richchurcher commented 5 years ago

This:

Thanks very much for dTree!

ErikGartner commented 5 years ago

Hi,

Sorry for late response, I've been very busy at work. Glad you like dTree and thanks for your contribution!

I agree that more than left click should be possible. I'll look through your pull request after my deadlines. One thought is to have some generic click method that takes button number, so as to allow for scroll-click too. But that is perhaps not too important.

Anyway, thanks again for contributing!

/Erik

ErikGartner commented 5 years ago

Sorry for the long review time. Everything looks great! :-)