MindFusion.Diagramming for JavaScript 4.2.3
Released: Nov 1, 2022
4.2.3 での更新項目
機能
- Added new Radial tree layout - The 'RadialTreeLayout' class arranges tree levels in concentric circles around the root.
- Miscellaneous
- 'strokeDashArray' and 'strokeDashOffset' properties now let you set custom dash patterns when 'strokeDashStyle' is set to Custom.
- Styled text now lets you set font size.
- 'enableStyledText' property has been added to ItemLabel which lets you format labels using HTML-like format flags.
- 'enableWrap' and 'maxWidth' properties have been added to ItemLabel which let you wrap the label's text.
- Added 'ArrowHeads' class which exposes arrowhead shapes as static methods returning respective predefined shape.
不具合の修正
- Fixed linkTextStyle exception.