MindFusion.Diagramming for JavaScript Programmer's Guide
Introduction

MindFusion.Diagramming for JavaScript (JsDiagram for short) is a flow diagramming class library that can be used to display and edit graphs and diagrams on a web page. It is implemented entirely in JavaScript and renders graphics objects using the HTML 5 Canvas element. JsDiagram depends on the Microsoft Ajax library for its type system implementation and browser independence support. For Canvas support and heavy-duty geometric and layout calculations done in JavaScript, JsDiagram requires a latest-generation browser.

JsDiagram can give graphical representation to: 

The library provides intuitive user-interaction model for creating or editing diagrams. In addition, its programmatic interface places at your disposal many useful functions, ranging from event handling and JSON serialization to link-routing and automatic layout algorithms.

The control has been tested with the most popular modern browsers on desktop and mobile systems, and is used by companies from all around the world to create applications for various web-development platforms.