Fork me on GitHub
jsGraph

Dowload the distribution

Compressed and uncompressed distribution files are available together with the source development files from the Github repository.

Download the minified version (133 ko).

Download the uncompressed version (229 ko).

Download the full package (source and distribution) (10.2 Mo)

Download jsGraph using bower

jsGraph is available as a bower package. You can simply install the latest version of jsGraph using the command :

bower install jsgraph

This will install the latest version of jsGraph in your predefined bower directory. By default we provide the source code within the package (in the ./src folder). If you wish to load subsets of jsGraph using a module loader such as requirejs, you must load the ./src/graph.core.js file. The rest of the dependencies will automatically be loaded.

To update jsGraph using bower, use the command :

bower update jsgraph

Download the development code

You can test the latest features ahead of time by downloading the latest development version available from Github. However this version is often very unstable or may not work at all; it is not suitable for production. You can contribute to the development by reporting bugs you notice on the github page of the project.

Download the development source file