AdeelK93 / collapsibleTree

Create Interactive Collapsible Tree Diagrams in R using D3.js

Home Page:https://adeelk93.github.io/collapsibleTree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permanently display attribute (not in tooltip)

hanlonmt opened this issue · comments

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.