# vis-timeline **Repository Path**: cqdx/vis-timeline ## Basic Information - **Project Name**: vis-timeline - **Description**: Create a fully customizable, interactive timelines and 2d-graphs with items and ranges. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-07 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vis-timeline  The Timeline/Graph2D is an interactive visualization chart to visualize data in time. The data items can take place on a single date, or have a start and end date (a range). You can freely move and zoom in the timeline by dragging and scrolling in the Timeline. Items can be created, edited, and deleted in the timeline. The time scale on the axis is adjusted automatically, and supports scales ranging from milliseconds to years. ## Badges [](https://github.com/visjs/vis-timeline/graphs/contributors) [](https://github.com/almende/vis/stargazers) [](#backers) [](#sponsors) ## Install Install via npm: $ npm install vis-timeline ## Example A basic example on loading a Timeline is shown below. More examples can be found in the [examples directory](https://github.com/visjs/vis-timeline/tree/master/examples/) of the project. ```html