vis v3.6.4 Release Notes

Release Date: 2014-11-07 // over 9 years ago
  • General

    • โœ‚ Removed mousetrap due to Apache license, created keycharm and implemented it with vis.

    Timeline

    • ๐Ÿ›  Fixed height of background items when having a fixed or max height defined.
    • ๐Ÿ›  Fixed only one item being dragged when multiple items are selected.
    • ๐ŸŽ Optimised a serious slowdown on performance since hidden dates.

    Network

    • ๐Ÿ›  Fixed onRelease with navigation option.
    • ๐Ÿ›  Fixed arrow heads not being colored.

    Graph2D

    • ๐Ÿ›  Fixed cleaning up of groups.
    • Throw error message when items are added before groups.
    • Made graphHeight automatic if height is defined AND if graphHeight is smaller than the center panel when height is defined as well.
    • โž• Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
    • ๐Ÿ›  Fixed moving legend when postioned on the bottom and vertical dragging.
    • ๐ŸŽ Optimised a serious slowdown on performance since hidden dates.

    • Accepted a large pull request from @cdjackson adding the following features (thank you!):

    • Titles on the DataAxis to explain what units you are using.

    • ๐Ÿ’… A style field for groups and datapoints so you can dynamically change styles.

    • A precision option to manually set the amount of decimals.

    • Two new examples showing the new features.