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.

31 lines
623 B

  1. vis.js history
  2. http://visjs.org
  3. ## version 0.0.9
  4. - First working version of the Graph imported from the old library.
  5. ## 2013-05-03, version 0.0.8
  6. - Performance improvements: only visible items are rendered.
  7. - Minor bug fixes and improvements.
  8. ## 2013-04-25, version 0.0.7
  9. - Sanitized the published packages on npm and bower.
  10. ## 2013-04-25, version 0.0.6
  11. - Css is now packaged in the javascript file, and automatically loaded.
  12. - The library uses node style dependency management for modules now, used
  13. with Browserify.
  14. ## 2013-04-16, version 0.0.5
  15. - First working version of the Timeline.
  16. - Website created.