javafx-d3 icon indicating copy to clipboard operation
javafx-d3 copied to clipboard

RadialReingoldTilfordTree

Open nguyh035 opened this issue 6 years ago • 1 comments

Any chance on getting RadialReingoldTilfordTree integrated into here?

nguyh035 avatar Jul 12 '19 01:07 nguyh035

I decided to not use JavaFx anymore but switched my entire main project from Java to JavaScript. Therefore, there is no further development on javafx-d3. That said, you are free to integrate whatever JavaScript library you want. Copy your javascript file to the "resources" folder and create some wrapping Java Classes. In order to get started, have a look at the JavaScript file "resources/function-plot.js" and the corresponding wrapping classes at

https://github.com/stefaneidelloth/javafx-d3/tree/master/javafx-d3/main/java/org/treez/javafxd3/functionplot

stefaneidelloth avatar Jul 12 '19 07:07 stefaneidelloth