To publish web pages containing Multigraph graphs on a web server, download the filemultigraph-2.5.zipThis zip file contains two things: a file called "Multigraph.js", and a folder called "Multigraph" (which contains one or more other files). Put both of these in a folder somewhere in the web server's document root. Put them both in the same folder. You can then publish html files containing Multigraph graphs on the web server; see the user guide for details.
You can view the user guide online, or you can download the user guide as a PDF file. You can also download the following zip file, which contains both the html and pdf versions of the user guide:multigraph-2.5-docs.zip
You can view a collection of example web pages containing Multigraph graphs here. You can also download all these examples in the following zip file:multigraph-2.5-examples.zip
If you want to include Multigraph as a component in your own Flex application, download the following swc file:Multigraph-2.5.swc
Multigraph is also available in the form of a plugin for WordPress that it really easy to embed graphs in pages on a WordPress site:multigraph-2.5-wordpress-plugin.zipSee the Multigraph WordPress Plugin page for information about how to install and use the plugin.
If you want to work with the Multigraph source code, download the following zip file:multigraph-2.5-src.zipThis zip file contains the source code for Multigraph itself, the source code for the user guide, and the examples. Note that if all you want to do is publish graphs using Multigraph, you only need to download the main distribution file above. You only need the source code if you want to modify Multigraph itself.
Beginning with version 2.4 (released on June 17, 2010), Multigraph uses a version number system with numbers of the form "M.N". Usually when a new version is released, the last number N increases by 1. The first number M increases only if the release includes major changes, and/or incompatibilities with older versions.Prior to version 2.4, Multigraph used a system of version numbers of the form "M.N-S", where S was the revision number from the Multigraph subversion repository. This system has been discontinued in favor of the simpler "M.N" system.