vis v3.10.0 Release Notes

Release Date: 2015-02-11 // about 9 years ago
  • Network

    • โž• Added option bindToWindow (default true) to choose whether the keyboard binds are global or to the network div.
    • ๐Ÿ‘Œ Improved images handling so broken images are shown on all references of images that are broken.
    • โž• Added getConnectedNodes method.
    • โž• Added fontSizeMin, fontSizeMax, fontSizeMaxVisible, scaleFontWithValue, fontDrawThreshold to Nodes.
    • โž• Added fade in of labels (on nodes) near the fontDrawThreshold.
    • โž• Added nodes option to zoomExtent to zoom in on specific set of nodes.
    • โž• Added stabilizationIterationsDone event which fires at the end of the internal stabilization run. Does not imply that the network is stabilized.
    • โž• Added freezeSimulation method.
    • โž• Added clusterByZoom option.
    • โž• Added class name 'network-tooltip' to the tooltip, allowing custom styling.
    • ๐Ÿ›  Fixed bug when redrawing was not right on zoomed-out browsers.
    • โž• Added opacity option to edges. Opacity is only used for the unselected state.
    • ๐Ÿ›  Fixed bug where selections from removed data elements persisted.

    Timeline

    • Timeline.redraw() now also recalculates the size of items.
    • Implemented option snap: function to customize snapping to nice dates when dragging items.
    • Implemented option timeAxis: {scale: string, step: number} to set a fixed scale.
    • ๐Ÿ›  Fixed width of range items not always being maintained when moving due to snapping to nice dates.
    • ๐Ÿ›  Fixed not being able to drag items to an other group on mobile devices.
    • ๐Ÿ›  Fixed setWindow not working when applying an interval larger than the configured zoomMax.

    DataSet/DataView

    • โž• Added property length holding the total number of items to the DataSet and DataView.
    • โž• Added a method refresh() to the DataView, to update filter results.
    • ๐Ÿ›  Fixed a bug in the DataSet returning an empty object instead of null when no item was found when using both a filter and specifying fields.