/histograms

Histograms in D3.js using d3.chart.

Primary LanguageJavaScript

Histograms

Plot histograms with D3.

Contributing

All the JavaScript files are under src/. To build the production scripts d3.chart.histograms.js and d3.chart.histograms.min.js on the master branch you'll need Grunt. Alternatively, you can download a tagged release.

Clone the repository

git clone https://github.com/alexpearce/histograms.git

and then install the development dependencies

npm install .

Finally, run

grunt

The output is placed in dist/.

To have Grunt monitor files in src/ during development, run grunt watch. Grunt will automatically update the files in dist/, and alert you of any syntax errors with JSHint.

License

Released under the MIT license.