Skip to content

matejamateusz/histograms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Histograms in D3.js using d3.chart.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%