Sergei Pond
Sergei Pond
Dear @smoretti, Version 1.0 α of `phylotree` uses d3 v5 (see https://github.com/veg/phylotree.js/blob/1.0.0-alpha/package.json); and should work with the current `d3` release. I believe the error you are seeing is due to...
Dear @santule, One option is to simply add more text to the name of the node that `phylotree.js` uses. This way all the events that are triggered by clicks on...
Dear @santule, Do you have a working example I could look at? Otherwise it's hard for me to guess what the issue is. Maybe just provide the node styler function?...
Dear @IgnatG, Yeah, it's been on my list of features to add. I'll let you know. Best, Sergei
Dear @Sombiri, Sorry for the delay responding. You want to call something like ``` //select all rendered_tree.modifySelection (_.map (rendered_tree.links.filter(rendered_tree.edgeVisible), (e)=>e.target),"tag", true, false, "true"); //unselect all rendered_tree.modifySelection (_.map (rendered_tree.links.filter(rendered_tree.edgeVisible), (e)=>e.target),"tag", true,...
Dear @johaGL, You are interested in adding text boxes, right? How big is your tree? (the issue would be dealing with overlaps for larger trees). Best, Sergei
Dear @johaGL, Ah, OK. Which version of `phylotree` are you using? I'll mock up an example for you. Best, Sergei
Dear @johaGL, Take a look at https://github.com/veg/phylotree.js/tree/master/examples/attribute-displays You should be able to test it using `yarn develop` (as described in README) Best, Sergei
Dear @IgnatG, When you say >to load only the tree on the right-hand-side do you mean 1. Load the entire tree, display only a substree 2. Load only the subtree,...
Dear @johaGL, Do you want to do it programmatically or via a user-action (menu)? Best, Sergei