5.0.0-beta.17
·
206 commits
to master
since this release
[5.0.0-beta.17] - 2021-09-15
Changed
- Default for
Treemap
settinglayoutAlgorithm
changed to"squarify"
. - Providing value in Hierarchy node's data will override sum of its children (except for
Pack
).
Fixed
ForceDirected
nodes were linked to invisible top node even thoughtopLevel
was set to1
meaning top node should not be visible. This was causing issues with the layout of such nodes.