Browse Source

added destroy to examples, improved destroy in network (last commit wrongly labeled) updated history

v3_develop
Alex de Mulder 9 years ago
parent
commit
dd3a8c7b49
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      HISTORY.md

+ 9
- 0
HISTORY.md View File

@ -8,17 +8,26 @@ http://visjs.org
- Fixed flipping of hierarchical network on update when using RL and DU.
- Added zoomExtentOnStabilize option to network.
- Improved destroy function, added them to the examples.
- Nodes now have bounding boxes that are used for zoomExtent.
- Made physics more stable (albeit a little slower).
- Made global color options for edges overrule the inheritColors.
### Graph2d
- Fixed round-off errors of zero on the y-axis.
- added show major/minor lines options to dataAxis.
- Fixed adapting to width and height changes.
### Timeline
- Support for custom date formatting of the labels on the time axis.
- added show major/minor lines options to timeline.
### Graph3d
- Fixed mouse coordinates for tooltips.
## 2014-12-09, version 3.7.2

Loading…
Cancel
Save