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.
<head>
of your site, reference the location to multigraph-min.js.
<script type="text/javascript" src="path/to/multigraph/js/multigraph-min.js"></script>
<head>
section of your HTML.
<script type="text/javascript" src="//multigraph.github.io/js/multigraph-min.js"></script>
data-width
and data-height
tags can be modified to your preference. Additionally, these attributes can be dropped if you create CSS counterparts.
<div class="multigraph" data-src="XMLFileHere" data-width="500" data-height="400"></div>