I wrote a bunch of utility helpers for graphing data with pie charts, bar charts, scatter plots and histograms.
It reutilices many examples from [d3.org][d3.org], so many that I lost track of them all. I have only tested on d3's v3.
- Bar charts:
- Properties like width, height, X and Y axis domains, X and Y axis transforms, tips and margins can be passed through a configuration object
- tips
- helper to update graph from new data through animations
- opt-in interpolation
- Pie charts: