VizGrimoire / VizGrimoireJS-lib

VizGrimoireJS Library
GNU General Public License v3.0
4 stars 8 forks source link

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.jsand src/HTMLComposer.js).

Demo: http://demo.bitergia.com/

Dependecies

Currently, it depends on:

There is some deprecated code including dependecies like:

How to use it?

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