<!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>Timeline 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>
    <link href="./css/examples.css" rel="stylesheet" type="text/css" />

    <script src="./dist/vis.js"></script>
    <link href="./dist/vis.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(220);">


<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="./blog.html">Blog</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>Timeline Examples</h1>
        This page contains examples which show how to use Timeline. For the documentation, please click the button below: <br><br>
        <a class="btn btn-primary" href="./docs/timeline" role="button">View docs ยป</a>

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

        <h3>interaction</h3>
        <a class='exampleLink' href="examples/timeline/interaction/animateWindow.html">animate window</a><br />
        <a class='exampleLink' href="examples/timeline/interaction/clickToUse.html">click to use</a><br />
        <a class='exampleLink' href="examples/timeline/interaction/eventListeners.html">event listeners</a><br />
        <a class='exampleLink' href="examples/timeline/interaction/limitMoveAndZoom.html">limit move and zoom of the window</a><br />
        <a class='exampleLink' href="examples/timeline/interaction/navigationMenu.html">navigation menu</a><br />
        <a class='exampleLink' href="examples/timeline/interaction/setSelection.html">set selection</a><br />

        <h3>editing</h3>
        <a class='exampleLink' href="examples/timeline/editing/customSnappingOfItems.html">custom snapping of items</a><br />
        <a class='exampleLink' href="examples/timeline/editing/editingItems.html">editing items</a><br />
        <a class='exampleLink' href="examples/timeline/editing/editingItemsCallbacks.html">editing items, manipulate using callbacks</a><br />
        <a class='exampleLink' href="examples/timeline/editing/individualEditableItems.html">individually editable items</a><br />
        <a class='exampleLink' href="examples/timeline/editing/updateDataOnEvent.html">update data on event</a><br />

        <h3>items</h3>
        <a class='exampleLink' href="examples/timeline/items/htmlContents.html">HTML contents</a><br />
        <a class='exampleLink' href="examples/timeline/items/pointItems.html">point items</a><br />
        <a class='exampleLink' href="examples/timeline/items/backgroundAreas.html">background areas</a><br />
        <a class='exampleLink' href="examples/timeline/items/backgroundAreasWithGroups.html">background areas with groups</a><br />
        <a class='exampleLink' href="examples/timeline/items/itemOrdering.html">item ordering</a><br />
        <a class='exampleLink' href="examples/timeline/items/rangeOverflowItem.html">range overflow item</a><br />

        <h3>groups</h3>
        <a class='exampleLink' href="examples/timeline/groups/groups.html">groups</a><br />
        <a class='exampleLink' href="examples/timeline/groups/groupsOrdering.html">ordering of groups</a><br />
        <a class='exampleLink' href="examples/timeline/groups/subgroups.html">subgroups</a><br />
        <a class='exampleLink' href="examples/timeline/groups/groupsEditable.html">editable groups</a><br />

        <h3>styling</h3>
        <a class='exampleLink' href="examples/timeline/styling/itemClassNames.html">item class names</a><br />
        <a class='exampleLink' href="examples/timeline/styling/itemTemplates.html">item templates</a><br />
        <a class='exampleLink' href="examples/timeline/styling/axisOrientation.html">axis orientation</a><br />
        <a class='exampleLink' href="examples/timeline/styling/customCss.html">custom CSS</a><br />
        <a class='exampleLink' href="examples/timeline/styling/gridStyling.html">grid styling</a><br />

        <h3>data handling</h3>
        <a class='exampleLink' href="examples/timeline/dataHandling/dataSerialization.html">data serialization</a><br />
        <a class='exampleLink' href="examples/timeline/dataHandling/loadExternalData.html">load external data</a><br />

        <h3>other</h3>
        <a class='exampleLink' href="examples/timeline/other/customTimeBars.html">custom time bars</a><br />
        <a class='exampleLink' href="examples/timeline/other/dataAttributes.html">data attributes</a><br />
        <a class='exampleLink' href="examples/timeline/other/dataAttributesAll.html">all data attributes</a><br />
        <a class='exampleLink' href="examples/timeline/other/hidingPeriods.html">hiding periods</a><br />
        <a class='exampleLink' href="examples/timeline/other/localization.html">localization</a><br />
        <a class='exampleLink' href="examples/timeline/other/performance.html">performance</a><br />
        <a class='exampleLink' href="examples/timeline/other/groupsPerformance.html">performance of groups</a><br />
        <a class='exampleLink' href="examples/timeline/other/requirejs/requirejs_example.html">require.js example</a><br />
        <a class='exampleLink' href="examples/timeline/other/rtl.html">right to left (rtl)</a><br />
        <a class='exampleLink' href="examples/timeline/other/timezone.html">timezone</a><br />
    </div>
</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>