홈 / 뉴스 / MindFusion.Diagramming for JavaScript V3.3
MindFusion.Diagramming for JavaScript V3.3
루프, 시퀀스 및 if/스위치 분기와 같은 그래프의 패턴을 인식하고 이들을 재귀적으로(recursively) 정렬 합니다.
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.