In this blog post we are going to look at the steps required to run the MindFusion Diagramming library for ASP.NET MVC under a Linux server.
Category Archives: Diagramming
Diagramming for WinForms 7.0 Beta
We have released the new FlowChart.NET for public beta testing a few weeks ago. Diagramming for WinForms V7.0, as its the official name, offers some appealing new features. The most eye-catching is certainly the ability to animate nodes or the entire diagram.
Animations
Nodes can be animated in a variety of ways.
Visualize neural networks using MindFusion diagram component
In this post we’ll show how to visualize a neural network as a flow diagram. The networks will be loaded from Open Neural Network Exchange (ONNX) file format, with a sample network from the https://github.com/onnx/models collection.
Continue readingFootball Playoff Table
We present you a table of a football championship, created with MindFusion org chart plugin.
One-way Links in Diagramming for JavaScript
In this blog post we demonstrate how you can use the JavaScript Diagram library to allow users to draw an org chart or one-way graph. By default, users are allowed to draw links between any two nodes and the count of links is unlimited. We will use event and properties, available in JS Diagram to allow users to:
– draw only one link between two nodes
– draw links only in one direction.
This behavior mirrors the hierarchy of an organization: in general , each employee, represented by a node, should have only one direct boss.