collapsibleTree
collapsibleTree copied to clipboard
Create Interactive Collapsible Tree Diagrams in R using D3.js
Hi - does this support crosstalk ? http://rstudio.github.io/crosstalk/
Firstly, thank you for this amazing package! I am struggling to add a similar values as "SizeOfNode" on every parent node, but with strings. I am able to add attributes...
Hi @AdeelK93 I want to create a collapsibleTreeNetwork with a link in the tooltip. I have forked your repo so I could change the mouseout function for hiding the tooltip....
Hi , Thank you for this excellent package , I am currently using it to visualise some categorical data . Apologies , if I have missed this , but is...
There are many cases where it would be very useful to have the collapsibleTree expanded to a particular node by default, rather than either completely collapsed or completely expanded. For...
I'm using the collapsibletree package to create a tree diagram as below. However, as you can see, the node names are rather untidy. Is there a way to embed the...
If one has a three level structure as ``` df
Hello, Thank you for your package and for the very good examples. I have seen tooltipHtml which is useful for additional informations. But I have not found or understood information...
Hi! Loved this library for plotting genealogy data as well. I've managed to create a [nice viz with my direct ancestries](https://rpubs.com/laresbernardo/collapsibleTreeOpen) already but I'm looking for a different format/arrangement: circular...
Hi, Would it be possible to add different aggregation functions to the collapsibleTreeSummary Function? Instead of sum, I'd like to be able to aggregate and order the nodes by the...