diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-07 15:43:13 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-07 15:43:13 -0500 |
| commit | 77faead4e948f901fa6ca9951f085bbe045bae68 (patch) | |
| tree | 3f059e5e76ec5c037c7b2c76e53895a8a337fa3e /www/lib/vis/README.md | |
| parent | 5b80d3916cd91d630a0142f76a87b4863b714203 (diff) | |
Updated vis library to 4.17 and also linked to only graph2d-timeline CSS and JS
Diffstat (limited to 'www/lib/vis/README.md')
| -rw-r--r-- | www/lib/vis/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lib/vis/README.md b/www/lib/vis/README.md index 9b5f86d4..a6aeb5ff 100644 --- a/www/lib/vis/README.md +++ b/www/lib/vis/README.md @@ -1,6 +1,8 @@ vis.js ================== +[](https://gitter.im/vis-js/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + <a href="https://github.com/almende/vis/issues/1781" target="_blank"> <img align="right" src="https://raw.githubusercontent.com/almende/vis/master/misc/we_need_help.png"> </a> @@ -154,7 +156,7 @@ slow, so when only the non-minified library is needed, one can use the ## Custom builds -The folder `dist` contains bundled versions of vis.js for direct use in the browser. These bundles contain the all visualizations and includes external dependencies such as hammer.js and moment.js. +The folder `dist` contains bundled versions of vis.js for direct use in the browser. These bundles contain all the visualizations and include external dependencies such as hammer.js and moment.js. The source code of vis.js consists of commonjs modules, which makes it possible to create custom bundles using tools like [Browserify](http://browserify.org/) or [Webpack](http://webpack.github.io/). This can be bundling just one visualization like the Timeline, or bundling vis.js as part of your own browserified web application. |
