Questions tagged [collapsibletree-r]
8 questions
2
votes
0 answers
Collapsible Radial tree D3.js v5
I am trying to get a collapsible radial tree in d3.js v5 working. There are many examples for v3 but I can not seem to find anything solid for v5. I found this example d3.js v3 radial tree and found out that this is not compatible with v5.
:
var…

Girl Geek
- 79
- 1
- 7
2
votes
1 answer
Adding a "fill" attribute to a data.tree object for use in collapsibleTree in R
We've been using dataframes with collapsibleTree() to make interactive, nice looking dendograms of hierarchical systems. The issue we have though is that it's difficult to get the customization we want when using a dataframe and it seems from the…

Ben G
- 4,148
- 2
- 22
- 42
1
vote
0 answers
EventEmitter is not trigger properly from ng-container & ng-template collapsible Tree | Angular 13
I have the below structure:
app-component --> based on the value received do-something
- side-resultview.component --> Emits a value to app-component
- collapsible-tree.component --> Emits a value to side-resultview.component
Where I…

iPaul
- 423
- 1
- 7
- 22
1
vote
0 answers
Multiply final nodes in a tree
I am working with a tree, that I created by using collapsibleTree.
Each node has a character type. I would like to assign to the last nodes also a numeric value and then multiply/sum/subtract/divide them, depending on which last nodes are selected…

Pietro Fabbro
- 67
- 5
1
vote
0 answers
Assign gradient colors based on a column to nodes of collapsibletree in r
I am trying to create a collapsibletree object using the library(collapsibleTree)
and library(dplyr) packages. Following this example, I tried to assign colors to my tree but I am not getting anything.
A few rows of the dataframe are provided below.…

Maral Dorri
- 468
- 5
- 17
0
votes
1 answer
collapsibleTree node colour
I am new to R and having problem recreating collapsibleTree org chart example in https://github.com/AdeelK93/collapsibleTree
Despite not changing anything, node colour remains white.
I tried it in Rstudio cloud and result is same.
org <-…

Nas_Raz
- 3
- 1
0
votes
1 answer
3 horizontal collapsible panel divs responsive
how to make a bootstrap responsive collapsible horizontal panels like on the image below?
Will be really thankful if someone could show me how to acheive it.
Thanks alot, really appreciate your help

Abigail
- 63
- 5
0
votes
1 answer
Collapsible List - Need to make a collapse all button
I am working on making an unordered list collapsible. I have created a hamburger/ collapsible/ accordian menu already. However, I want to add a "Expand All/ Collapse All" button on the top. Can someone help me with the code?
function…

Sasha
- 1
- 2