ploeg_tree_layout 1.0.4
ploeg_tree_layout: ^1.0.4 copied to clipboard
A dart implementation of the Ploeg Non-layerd Tidy Tree Layout.
1.0.4 #
- Corrected the layout of forests (multiple disjoint trees)
- Added a sibling separation parameter, giving the minimal x distance between siblings
- Added some documentation on the instance variables
1.0.3 #
- relative link in README
1.0.2 #
- Added an example screenshot in the README.
- Cleaned the example a bit
1.0.1 #
- Added a PloegTreeLayout example.
1.0.0 #
- Initial port of the java version from obp utils fx