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.

41 lines
934 B

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