AngularJS Directive For NVD3 Reusable Charting Library

Author: krispo
Official Page: Go to website
Publish Date: May 10, 2016
License: MIT

Description:

This thing is designed to make it easier to work with nvd3.js re-usable charting library. This directive allows you to easily customize your charts via JSON API.

The key feature is that the original hierarchical structure of nvd3 models is completely preserved in directive JSON structure. This means that while you creating a complex chart that containing multiple elementary chart models (such as line, bar, axis, …), you can in turn customize the properties of each internal elementary models as well as the global charting properties the way you want. This can be done as usual, but it becomes quite easily to customize while applying JSON approach to.

Preview:

Angular-nvD3


You Might Be Interested In:

Add Comment