VizGrimoireJS-lib is the javascript library used by VizGrimoreJS dashboard to visualize its widgets content.
It manages data loading from browser/data/json
(mainly with src/DataSources.js
and src/Loader.js
),
and data biding based on the VizGrimoireJS dashboard markup (mainly with src/Convert.js
and src/HTMLComposer.js
).
Demo: http://demo.bitergia.com/
Currently, it depends on:
- JQuery
- Flotr2
- Bootstrap
There is some deprecated code including dependecies like:
- Gridster
- Envision
Main code is under src
folder. To create a new version of the library just:
$ make
Created library should be put on brower/lib
directory in VizGrimoreJS