首页 / 新闻 / MindFusion.Diagramming for JavaScript V4.2
MindFusion.Diagramming for JavaScript V4.2
新类允许您为单个关系图节点显示多个标题。
5月 19, 2022
新版本
特性
Multiple labels per node
Added 'NodeLabel' class which allows you to display multiple captions for a single diagram node.
Multi-touch improvements
The DiagramView 'multiTouchDraw' property now helps prevent you simultaneously drawing multiple items, while keeping other multitouch gestures enabled.
Added 'handleTouchHitDistance' property to DiagramView which makes it easier to grab adjustment handles on mobile devices.
Miscellanous
MoveLabels behavior now lets users move link and node labels interactively.
LinkEventArgs now includes 'origin' and 'destination' properties that report respective candidate nodes to 'linkCreating' and 'linkModifying' event handlers.
The 'node.attach' method now automatically detaches from previous master.
'SvgNode.contentAlign' property now specifies alignment of a SVG drawing inside the node.
'DiagramLink.lineAlignment' property sets the vertical position of link text.