vis-pack
v0.0.16
Published
Collection of reusable and editable d3.js components for business analytic dashboards
Downloads
6
Readme
VisPack (temporary name)
Collection of reusable and editable d3.js components and scripts
Usage
You can install in your project as module with npm:
npm install vis-pack
or using unpkg.com, inclusing the following resources:
<script src="https://unpkg.com/vis-pack/umd/vispack.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/vis-pack/umd/vispack.css">
Build
grunt
Dev
npm install
grunt dev
Contribute
It would be awesome!