首頁 / 新聞 / MindFusion.Diagramming for JavaScript V3.3
MindFusion.Diagramming for JavaScript V3.3
識別圖形中的模式,如迴圈、序列和 if/開關分支,並以遞迴方式進行排列。
10月 31, 2018
新版本
特性
Flowchart graph layout - Recognize patterns in graphs, such as loops, sequences and if/switch branches, and arrange them recursively.
Container improvements
resizeToFitText method and EnableStyledText property added to the ContainerNode class.
containerChildRemoved event now also raised when dragging multiple child nodes out of a container.
Improved handling of folded containers using automatic layout classes and link routing methods.
Miscellaneous
Typescript definitions now available for the Diagramming.Lanes namespace.
Auto-arranged link labels can now be placed over link segments and containers by setting the AutoArrangeAvoidSegments and AutoArrangeAvoidContainers properties to false.
The Diagram.dispose method now removes a focus-proxy DIV element from the page.