This wrapper was originally designed in a Intranet around non-frontend developers. So to help middle tiers developers, this wrapper provides HTML/razor markup instead of using straight d3/javascript. You can still use d3/javascript but is is not necessary for other developers this simplifies a lot of things plus it is very customizable.
dist/
├── css/
│ ├── c3.c3plus.css
│ ├── c3.c3plus.css.map
│ ├── c3.c3plus.min.css
│ └── c3.c3plus.min.css.map
├── js/
├── c3.c3plus.js
├── c3.c3plus.min.js
└── c3.c3plus.min.js.map
examples
http://strongriley.github.io/d3/api/
http://www.janwillemtulp.com/category/d3/
http://strongriley.github.io/d3/tutorial/bar-1.html
http://bost.ocks.org/mike/bar/3/
- 2015-08-25 v0.0.4 Cleaned up code and corrected loop.
- 2015-06-16 v0.0.1 Rough Draft
For more information about the license, Apache License
http://stackoverflow.com/questions/13983864/how-to-make-a-d3-plugin
http://nvd3.org/ http://dimplejs.org/
Wrappers http://c3js.org/examples.html http://nvd3.org/ http://dimplejs.org/
Plugins https://github.com/d3/d3-plugins