Almende B.V. is announcing that vis.js with version number 4.1.0 is already available to download.
What is vis.js ?
vis.js is An open source JavaScript library for reading and transforming statistical data into nice looking node graphs and timeline charts .
The vis.js library provides a simple way of embedding statistical data on the Web without having to dump raw data using HTML tables.The library works by taking the data and plotting out via simple DOM or HTML 5 canvas elements. This is done so users can get a better grasp of the data in a gracious and logical manner.vis.js is made of of three parts. The Timeline and Graph libraries are responsible for drawing out the timeline and the node graph charts, while the DataSet library is responsible for parsing and interpreting the statistical data vis.js is fed.All these components work in tandem to provide a professional tool for statistical display in the browser.vis.js works with client-side (browsers) and server-side (Node.js) environments, and also comes with plenty of demos and documentation.
This is changelog for vis.js version 4.1.0 :
- Changed the build scripts to include a transpilation of ES6 to ES5.
You can read the complete changelog and also download this latest version on their homepage:
visjs.org