1.2.4 • Published 1 year ago

vis-timeline-advanced v1.2.4

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
1 year ago

vis-timeline-advanced

This repo is built on top of https://github.com/visjs/vis-timeline.

Features:

  • Dual-side groups labels
  • itemadded event: emitted once item DOM is ready
timeline.on('itemadded', function (properties) {
  alert('added item with id: ' + properties.item);
});

example chart

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.

Full Docs

Please refer to the original repo: https://github.com/visjs/vis-timeline

Install

Install via npm:

$ npm install vis-timeline-advanced

License

Copyright (c) 2014-2017 Almende B.V. and contributors Copyright (c) 2017-2019 vis.js contributors

This work is dual-licensed under Apache-2.0 and MIT. You can choose between one of them if you use this work.

SPDX-License-Identifier: Apache-2.0 OR MIT

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.0

1 year ago