<!DOCTYPE html>
<html lang="en">
<head><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-61231638-1', 'auto');ga('send', 'pageview');</script>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Network Examples</title>
    <link rel="icon" HREF="favicon.ico">
    <!-- Bootstrap -->
    <link href="./css/bootstrap.css" rel="stylesheet">

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

    <link href="./css/prettify.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="./js/prettify/prettify.js"></script>
    <script src="./dist/vis.js"></script>
    <link href="./dist/vis.css" rel="stylesheet" type="text/css" />
    <link href="./css/examples.css" rel="stylesheet" type="text/css" />


    <script src="./js/imagesNetwork.js"></script>
    <link href="./css/imagesNetwork.css" rel="stylesheet" type="text/css" />

</head>
<body onload="loadVis(150);">


<div class="navbar-wrapper">
    <div class="container">
        <nav class="navbar navbar-inverse navbar-static-top" role="navigation">
            <div class="container">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand hidden-sm" href="./index.html">vis.js</a>
                </div>
                <div id="navbar" class="navbar-collapse collapse">
                    <ul class="nav navbar-nav">
                        <li class="active"><a href="./index.html#modules">Modules</a></li>
                        <li><a href="./index.html#download_install">Download</a></li>
                        <li><a href="./showcase/index.html">Showcase</a></li>
                        <li><a href="./index.html#contribute">Contribute</a></li>
                        <li><a href="./index.html#licenses">License</a></li>
                    </ul>
                </div>
            </div>
        </nav>

    </div>
</div>

<div class="contentWrapper">
    <div id="networkContainer"></div>
    <div id="contentContainer">
        <h1>Network Examples</h1>
        This page contains examples which show how to use Network. For the documentation, please click the button below: <br><br>
        <a class="btn btn-primary" href="./docs/network" role="button">View docs ยป</a>

        <h3>basic usage</h3>
        <a class='exampleLink' href="examples/network/basicUsage.html">basic usage</a><br />

    <h3>node styles</h3>
    <a class='exampleLink' href="examples/network/nodeStyles/circularImages.html">circular images</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/colors.html">colors</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/customGroups.html">custom groups</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/groups.html">groups</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/HTMLInNodes.html">HTML in nodes</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/icons.html">icons (Fontawesome and Ionicons)</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/images.html">images</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/imagesWithBorders.html">images with borders</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/shadows.html">node shadows</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/shapes.html">node shapes</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/shapesWithDashedBorders.html">dashed borders</a><br />
    <a class='exampleLink' href="examples/network/nodeStyles/widthHeight.html">width height</a><br />

    <h3>edge styles</h3>
    <a class='exampleLink' href="examples/network/edgeStyles/arrows.html">arrows (also combined with dashes)</a><br />
    <a class='exampleLink' href="examples/network/edgeStyles/arrowTypes.html">arrow types</a><br />
    <a class='exampleLink' href="examples/network/edgeStyles/colors.html">different colors</a><br />
    <a class='exampleLink' href="examples/network/edgeStyles/dashes.html">dashes</a><br />
    <a class='exampleLink' href="examples/network/edgeStyles/smooth.html">smooth curves</a><br />
    <a class='exampleLink' href="examples/network/edgeStyles/smoothWorldCup.html">smooth curves in action</a><br />

    <h3>labels</h3>
    <a class='exampleLink' href="examples/network/labels/labelAlignment.html">label alignment (for edges only)</a><br />
    <a class='exampleLink' href="examples/network/labels/labelBackground.html">label background</a><br />
    <a class='exampleLink' href="examples/network/labels/labelColorAndSize.html">colors and sizes</a><br />
    <a class='exampleLink' href="examples/network/labels/labelMargins.html">label margins</a><br />
    <a class='exampleLink' href="examples/network/labels/labelMultifont.html">label multible fonts</a><br />
    <a class='exampleLink' href="examples/network/labels/labelStroke.html">label stroke</a><br />
    <a class='exampleLink' href="examples/network/labels/multilineText.html">multiline text</a><br />

    <h3>layout</h3>
    <a class='exampleLink' href="examples/network/layout/hierarchicalLayout.html">hierarchical layout</a><br />
    <a class='exampleLink' href="examples/network/layout/hierarchicalLayoutMethods.html">hierarchical layout - different methods</a><br />
    <a class='exampleLink' href="examples/network/layout/hierarchicalLayoutUserdefined.html">hierarchical layout - user defined</a><br />
    <a class='exampleLink' href="examples/network/layout/hierarchicalLayoutWithoutPhysics.html">hierarchical layout - without physics</a><br />
    <a class='exampleLink' href="examples/network/layout/randomSeed.html">set the random seed so every network will be the same</a><br />

    <h3>events</h3>
    <a class='exampleLink' href="examples/network/events/interactionEvents.html">interaction events, click, rightclick, drag etc.</a><br />
    <a class='exampleLink' href="examples/network/events/physicsEvents.html">physics events, stabilization etc.</a><br />
    <a class='exampleLink' href="examples/network/events/renderEvents.html">rendering events, use to draw custom items on the canvas.</a><br />

    <h3>dynamic data</h3>
    <a class='exampleLink' href="examples/network/data/datasets.html">dataset for dynamic data</a><br />
    <a class='exampleLink' href="examples/network/data/dynamicData.html">dynamic data, playground</a><br />
    <a class='exampleLink' href="examples/network/data/importingFromGephi.html">importing data from gephi</a><br />
    <a class='exampleLink' href="examples/network/data/scalingCustom.html">scaling the nodes with the value.</a><br />
    <a class='exampleLink' href="examples/network/data/scalingNodesEdges.html">scaling the nodes and edges with the value.</a><br />
    <a class='exampleLink' href="examples/network/data/scalingNodesEdgesLabels.html">scaling the nodes, edges and labels with the value.</a><br />

    <h3>animation</h3>
    <a class='exampleLink' href="examples/network/other/animationShowcase.html">animation showcase</a><br />

    <h3>clustering</h3>
    <a class='exampleLink' href="examples/network/other/changingClusteredEdgesNodes.html">changing clustered edges nodes</a><br />
    <a class='exampleLink' href="examples/network/other/clustering.html">clustering possibilities</a><br />
    <a class='exampleLink' href="examples/network/other/clusteringByZoom.html">clustering by zoom</a><br />
    <a class='exampleLink' href="examples/network/other/clustersOfclusters.html">clusters of clusters</a><br />

    <h3>dynamic configuration interface</h3>
    <a class='exampleLink' href="examples/network/other/configuration.html">dynamic configuration</a><br />

    <h3>physics</h3>
    <a class='exampleLink' href="examples/network/physics/physicsConfiguration.html">physics configuration</a><br />

    <h3>data manipulation interface</h3>
    <a class='exampleLink' href="examples/network/other/manipulation.html">manipulation interface and localization</a><br />
    <a class='exampleLink' href="examples/network/other/manipulationEditEdgeNoDrag.html">manipulation edit edge no drag</a><br />

    <h3>navigation buttons</h3>
    <a class='exampleLink' href="examples/network/other/navigation.html">navigation buttons and keyboard shortcuts</a><br />

    <h3>misc</h3>
    <a class='exampleLink' href="examples/network/other/chosen.html">chosen</a><br />
    <a class='exampleLink' href="examples/network/other/cursorChange.html">cursor change</a><br />
    <a class='exampleLink' href="examples/network/other/onLoadAnimation.html">onLoad animation</a><br />
    <a class='exampleLink' href="examples/network/other/performance.html">performance test with scale free network</a><br />
    <a class='exampleLink' href="examples/network/other/saveAndLoad.html">save and load</a><br />


    <h3>example applications</h3>
    <a class='exampleLink' href="examples/network/exampleApplications/disassemblerExample.html">disassembler example</a><br />
    <a class='exampleLink' href="examples/network/exampleApplications/lesMiserables.html">les miserables cast</a><br />
    <a class='exampleLink' href="examples/network/exampleApplications/loadingBar.html">loading bar during stabilization</a><br />
    <a class='exampleLink' href="examples/network/exampleApplications/neighbourhoodHighlight.html">neighbourhood heighlight</a><br />
    <a class='exampleLink' href="examples/network/exampleApplications/nodeLegend.html">using nodes as a legend</a><br />
    <a class='exampleLink' href="examples/network/exampleApplications/worldCupPerformance.html">performance test with the worldcup data</a><br />

</div>
<br />
<br />
<br />
<br />

</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>