Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 479 Bytes

Sonic Charts

D3 charting library by UserVoice

Examples

See examples at http://sonic-charts.divshot.io.

Building

You'll need to have Node and NPM setup on your machine. To install Node development dependencies run:

npm install

Then build the assets with Gulp:

gulp build

Or, if you want an auto-building server with examples, run:

gulp server

And go to http://localhost:5000/examples.

After running finished packages are available in dist.