vis v1.0.2 Release Notes

Release Date: 2014-05-28 // almost 10 years ago
  • Timeline

    • Implemented option minHeight, similar to option maxHeight.
    • ๐Ÿ”ง Implemented a method clear([what]), to clear items, groups, and configuration of a Timeline instance.
    • โž• Added function repaint() to force a repaint of the Timeline.
    • Some tweaks in snapping dragged items to nice dates.
    • ๐Ÿ“ฆ Made the instance of moment.js packaged with vis.js accessibly via vis.moment.
    • A newly created item is initialized with end property when option type is "range" or "rangeoverflow".
    • ๐Ÿ›  Fixed a bug in replacing the DataSet of groups via Timeline.setGroups(groups).
    • ๐Ÿ›  Fixed a bug when rendering the Timeline inside a hidden container.
    • ๐Ÿ›  Fixed axis scale being determined wrongly for a second Timeline in a single page.

    Graph

    • โž• Added zoomable and moveable options.
    • ๐Ÿ”„ Changes setOptions to avoid resetting view.
    • ๐Ÿ“„ Interchanged canvasToDOM and DOMtoCanvas to correspond with the docs.