vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

11 years ago
  1. vis.js history
  2. http://visjs.org
  3. ## version 0.1.0
  4. - Graph now uses an id based set of nodes and edges instead of a row based array
  5. internally.
  6. - Graph is now robust against edges pointing to non-existing nodes, which
  7. can occur easily while dynamically adding/removing nodes and edges.
  8. - Added support for DataSet to Graph.
  9. - Methods getSelection and setSelection of Graph now accept a list with ids
  10. instead of rows.
  11. - Implemented basic support for groups in the Timeline.
  12. ## 2013-06-07, version 0.0.9
  13. - First working version of the Graph imported from the old library.
  14. - Documentation added for both Timeline and Graph.
  15. ## 2013-05-03, version 0.0.8
  16. - Performance improvements: only visible items are rendered.
  17. - Minor bug fixes and improvements.
  18. ## 2013-04-25, version 0.0.7
  19. - Sanitized the published packages on npm and bower.
  20. ## 2013-04-25, version 0.0.6
  21. - Css is now packaged in the javascript file, and automatically loaded.
  22. - The library uses node style dependency management for modules now, used
  23. with Browserify.
  24. ## 2013-04-16, version 0.0.5
  25. - First working version of the Timeline.
  26. - Website created.