首页 / 新闻 / MindFusion.Diagramming for JavaScript V4.3.2
MindFusion.Diagramming for JavaScript V4.3.2
添加反向树布局以允许从子节点链接到父节点。
9月 4, 2023
新版本
特性
Reversed tree layouts
Added the reversedLinks property of TreeLayout, RadialTreeLayout and BorderedTreeLayout which lets you arrange trees where links point from child to parent nodes, instead of the default parent to child direction.
Miscellaneous
Column, row and node property getters have been added to CellEventArgs.
ContainerNode now sorts its child nodes by zIndex instead of insertion order.