MindFusion.Diagramming for JavaScript 3.1
Released: Sep 8, 2017
3.1 中的更新
特性
- Composite nodes - The content of a composite node can be created by building a tree of components programmatically, or by loading a JSON template. This initial release includes layout containers such as StackPanel and GridPanel. Objects from the MindFusion.Drawing namespace now double as CompositeNode components (Image, Text, Path, Rect).
- Animated layout - Methods added to the Diagram and ContainerNode classes to display the movement of items from their original locations to new locations assigned by the layout object.
- Overview improvements
- ScaleMode enumeration and properties added to the Overview control to implement several scaling modes.
- Users can zoom the diagram by resizing the viewport tracking rectangle.
- MinVisibleFontSize specifies a threshold value that hides text if scaled font sizes become smaller.
- Miscellaneous
- ImagePadding property lets you set the padding space between element borders and their images.
- resizetoFitText method resizes table columns and rows to fit text.
- All sample projects now available in TypeScript.