Plot histograms with D3.
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.
Released under the MIT license.