Integrating Multigraph

Multigraph can be either implemented by externally linking to the multigraph-min.js file, or by internally hosting it and including it yourself in your site.

Internal Integration

  1. Download the multigraph-min.js file into your site.
  2. In the <head> of your site, reference the location to multigraph-min.js.

    <script type="text/javascript" src="path/to/multigraph/js/multigraph-min.js"></script>

External Integration

Including Multigraph onto your page