AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js
https://adeelk93.github.io/collapsibleTree/
158 stars 41 forks source link

Permanently display attribute (not in tooltip) #36

Open hanlonmt opened 6 years ago

hanlonmt commented 6 years ago

I've enjoyed working my way through and learning about building trees via this package. I have my attribute set to a sum/count, and it's showing up fine as a tooltip. Is there any way to get this value to display not as a tooltip, but as a number inside of the node? It would make comparing nodes a bit easier without having to move the mouse over each one.