vis v3.7.1 Release Notes

Release Date: 2014-11-28 // over 9 years ago
  • Timeline

    • Implemented selection of a range of items using Shift+Click.
    • ๐Ÿ›  Fixed content in range items may overflow range after zoom.
    • ๐Ÿ›  Fixed onAdd/onUpdate callbacks when using a DataView (thanks @motzel).
    • ๐Ÿ›  Fixed configuring either start or end.
    • ๐Ÿ›  Fixed Timeline and Graph2d getting stuck in an infinite loop in some circumstances.
    • ๐Ÿ›  Fixed background items being selectable and editable when a height is set.

    Graph2D

    • โž• Added alignZeros option to dataAxis with default value true.
    • ๐Ÿ›  Fixed bug with points drawn on bargraphs
    • ๐Ÿ›  Fixed docs
    • ๐Ÿ›  Fixed height increase on scrolling if only graphHeight is defined.

    Network

    • dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
    • ๐Ÿ”€ merged high DPI fix by @crubier, thanks!