Closed adhok closed 7 years ago
Thanks for the great suggestion! I've added an option for nodeSize
in the github version of the package, which can be used like:
collapsibleTree(data_paths,hierarchy = c('V1','V2','V3'),attribute = "Paths",tooltip = T, nodeSize = "Paths")
How does that work for you?
I am really grateful for the package as I am using it to represent a path data set. I was wondering if there is a way/workaround to change the size of the nodes based on the attribute. I have included a simple reproducible example as follows.