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.

32 lines
674 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. - Documentation added for both Timeline and Graph.
  6. ## 2013-05-03, version 0.0.8
  7. - Performance improvements: only visible items are rendered.
  8. - Minor bug fixes and improvements.
  9. ## 2013-04-25, version 0.0.7
  10. - Sanitized the published packages on npm and bower.
  11. ## 2013-04-25, version 0.0.6
  12. - Css is now packaged in the javascript file, and automatically loaded.
  13. - The library uses node style dependency management for modules now, used
  14. with Browserify.
  15. ## 2013-04-16, version 0.0.5
  16. - First working version of the Timeline.
  17. - Website created.