首页 / 新闻 / MindFusion.Diagramming for JavaScript V4.1
MindFusion.Diagramming for JavaScript V4.1
添加多点触控支持,例如缩放、节点旋转或同时绘制多个图表项。
1月 27, 2022
新版本
特性
Multi-touch support - The control now handles DOM Pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items:
If multiTouchZoom property is enabled (default), the view can be zoomed or panned using two-touch pinch / flick gestures.
If multiTouchModify property is enabled (default), diagram nodes can be moved, scaled and rotated using two-touch pinch / flick gestures.
If multiTouchZoom property is disabled, each touch draws diagram items corresponding to current behavior.
If multiTouchModify property is disabled, each touch started from a node draws a diagram link.
Miscellaneous
The createDiagramLink method can now be used to connect to TableNode rows or TreeViewNode items.
cancelDrag method has been added to DiagramView.
The control now captures mouse input during drag operations and will not lose current drag state if mouse pointer leaves the view.