Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 825 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 825 Bytes

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:

  • JQuery
  • Flotr2
  • Bootstrap

There is some deprecated code including dependecies like:

  • Gridster
  • Envision

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