ホーム / ニュース / MindFusion.Diagramming for JavaScript V4.2
MindFusion.Diagramming for JavaScript V4.2
新しいクラスを使用して、1つのダイアグラムノードに対して複数のキャプションを表示可能
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.