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.

43 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. ## 2013-06-07, version 0.0.9
  12. - First working version of the Graph imported from the old library.
  13. - Documentation added for both Timeline and Graph.
  14. ## 2013-05-03, version 0.0.8
  15. - Performance improvements: only visible items are rendered.
  16. - Minor bug fixes and improvements.
  17. ## 2013-04-25, version 0.0.7
  18. - Sanitized the published packages on npm and bower.
  19. ## 2013-04-25, version 0.0.6
  20. - Css is now packaged in the javascript file, and automatically loaded.
  21. - The library uses node style dependency management for modules now, used
  22. with Browserify.
  23. ## 2013-04-16, version 0.0.5
  24. - First working version of the Timeline.
  25. - Website created.