phylotree.js icon indicating copy to clipboard operation
phylotree.js copied to clipboard

Label internal nodes

Open stephenshank opened this issue 7 years ago • 2 comments

Add option to display internal node labels.

stephenshank avatar Dec 19 '17 15:12 stephenshank

This could be implemented by providing a custom node styler. I think you could modify the following line to check the setting and to apply this internal node styler before applying the custom node styler: https://github.com/veg/phylotree.js/blob/bfb49ba111c4124b4aa637b5a9f495d07b05cf2e/phylotree.js#L2337-L2341

If you'd like me to try to write that into a pull request, let me know!

gaurav avatar Apr 05 '18 01:04 gaurav

Dear @gaurav,

Apologies for the late response, but thank you for your contribution.

Best, Steven

stevenweaver avatar May 02 '19 21:05 stevenweaver