n3m3sis00 / phylo-react

React component library for Phylogenetic Analysis
https://n3m3sis00.github.io/phylo-react/
2 stars 1 forks source link

Calculate mapping of "species name->y-coordinate" #17

Closed cmdcolin closed 4 years ago

cmdcolin commented 4 years ago

For drawing extra data next to the species name, we need to know the Y-coordinate of that species name

Obtaining the "species name->y-coordinate" map is one idea, a possible other is drawing a more complex component instead of just species name, but I think that obtaining this coordinate map is the most straightforward option for now

n3m3sis00 commented 4 years ago

Have tried to trace the coordinate map (Y-coordinate) of the species. (Check Metadata.js)

Screenshot 1

metadata_1

Screenshot 2

metadata_2

cmdcolin commented 4 years ago

It looks like this was unneeded in a way, might close for now

cmdcolin commented 4 years ago

Or it got finished already,i forget :)