So what's this repo about? In a gist its about generating quick to use d3 based interactive graphs with python by just specifying the dimensions
Just clone the repo
python generate.py -h #to get helppython generate.py -width 800 -height 600 -file_name example_bar.csv #example command to generate a test output_file- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
This project is licensed under the MIT License
- Add more graphs

