ru24.pro
News in English
Октябрь
2024
1 2 3 4 5 6 7 8 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

timeline - vis.js - A dynamic, browser based visualization library.

0
Overview The Timeline 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. Timeline uses regular HTML DOM to render the timeline and items put on the timeline. This allows for flexible customization using css styling. Contents Overview Example Loading Data Format Items Groups Configuration Options Methods Events Editing Items Templates Localization Time zone Styles Example The following code shows how to create a Timeline and provide it with data. More examples can be found in the timeline examples page. Timeline | Basic demo