UNPKG

vis-timeline

Version:

Create a fully customizable, interactive timeline with items and ranges.

83 lines (73 loc) 4.24 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>visjs timeline</title> </head> <body> <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 href="../../docs/timeline/">View docs</a> <h3>basic usage</h3> <a href="./basicUsage.html">basic usage</a><br /> <h3>interaction</h3> <a href="./interaction/animateWindow.html">animate window</a><br /> <a href="./interaction/clickToUse.html">click to use</a><br /> <a href="./interaction/eventListeners.html">event listeners</a><br /> <a href="./interaction/limitMoveAndZoom.html">limit move and zoom of the window</a><br /> <a href="./interaction/navigationMenu.html">navigation menu</a><br /> <a href="./interaction/rollingMode.html">rolling mode</a><br /> <a href="./interaction/setSelection.html">set selection</a><br /> <h3>editing</h3> <a href="./editing/customSnappingOfItems.html">custom snapping of items</a><br /> <a href="./editing/editingItems.html">editing items</a><br /> <a href="./editing/editingItemsCallbacks.html">editing items, manipulate using callbacks</a><br /> <a href="./editing/individualEditableItems.html">individually editable items</a><br /> <a href="./editing/overrideEditingItems.html">override editable items</a><br /> <a href="./editing/tooltipOnItemChange.html">tooltip on item change</a><br /> <a href="./editing/updateDataOnEvent.html">update data on event</a><br /> <h3>items</h3> <a href="./items/backgroundAreas.html">background areas</a><br /> <a href="./items/backgroundAreasWithGroups.html">background areas with groups</a><br /> <a href="./items/expectedVsActualTimesItems.html">expected vs actual times items</a><br /> <a href="./items/htmlContents.html">HTML contents</a><br /> <a href="./items/itemOrdering.html">Item ordering</a><br /> <a href="./items/pointItems.html">point items</a><br /> <a href="./items/rangeOverflowItem.html">range overflow</a><br /> <a href="./items/tooltip.html">Tooltips</a><br /> <a href="./items/visibleFrameTemplateContent.html">Dynamic Content</a><br /> <h3>groups</h3> <a href="./groups/groups.html">groups</a><br /> <a href="./groups/groupsEditable.html">editable groups</a><br /> <a href="./groups/groupsOrdering.html">ordering of groups</a><br /> <a href="./groups/nestedGroups.html">nested groups</a><br /> <a href="./groups/subgroups.html">subgroups</a><br /> <a href="./groups/verticalItemsHide.html">hide vertical items</a><br /> <h3>styling</h3> <a href="./styling/axisOrientation.html">axis orientation</a><br /> <a href="./styling/customCss.html">custom CSS</a><br /> <a href="./styling/gridStyling.html">grid styling</a><br /> <a href="./styling/itemClassNames.html">item class names</a><br /> <a href="./styling/itemTemplates.html">item templates</a><br /> <a href="./styling/weekStyling.html">week styling</a><br /> <h3>data handling</h3> <a href="./dataHandling/dataSerialization.html">data serialization</a><br /> <a href="./dataHandling/loadExternalData.html">load external data</a><br /> <h3>other</h3> <a href="./other/customTimeBars.html">custom time bars</a><br /> <a href="./other/dataAttributes.html">data attributes</a><br /> <a href="./other/dataAttributesAll.html">all data attributes</a><br /> <a href="./other/drag&drop.html">Drag and Drop</a><br /> <a href="./other/functionLabelFormats.html">label formats function</a><br /> <a href="./other/groupsPerformance.html">performance of groups</a><br /> <a href="./other/hidingPeriods.html">hiding periods</a><br /> <a href="./other/horizontalScroll.html">horizontal scroll</a><br /> <a href="./other/localization.html">localization</a><br /> <a href="./other/performance.html">performance</a><br /> <a href="./other/rtl.html">right to left (rtl)</a><br /> <a href="./other/timezone.html">timezone</a><br /> <a href="./other/usingReact.html">React example</a><br /> <a href="./other/verticalScroll.html">vertical scroll</a><br /> <a href="./other/requirejs/requirejs_example.html">require.js example</a><br /> </body> </html>