Tag: MindFusion

MindFusion Releases a New Version of Its Pack of UI Libraries for JavaScript and React

Pack for JavaScript 2021.R1 is released with the following new features, improvements and fixes: – Topological Layout in Diagrams TopologicalLayout applies graph topological ordering to the diagram (topological ordering of a graph is one where link’s origin node is placed before link’s destination node). The layout algorithm arranges nodes in a row or a column, depending on the value of the direction property, in such a way that there are no backward links when the graph is acyclic. If the graph contains cycles, the algorithms selects ordering with as few backward links as possible. – Adjustment Handles Styling in Diagrams ... Read more