The W20 Dataviz addon provides supports for charts and graphical representation. It proposes an integration of the NVD3 charting library (which itself uses D3) along with an integration of the Dygraphs chart library for large data sets.

Dataviz addon

Installation

bower install w20-dataviz

Configuration

To include the addon, declare it in the application manifest:

"bower_components/w20-dataviz/w20-dataviz.w20.json": {}

If using the w20 bridge you can simply refer to the fragment by its id without specifying the path:

"w20-dataviz": {}

Additional configuration information can be found in the Jsdoc of the addon.