D3.js
I'm interested in working on commercial D3.js projects at the moment, so here are some examples of my work so far for your perusal.
- Bullet charts: I converted a Protovis implementation to use D3 and added animated transitions, with Mike's help.
- Box plots: My original work, with Mike's help again.
- Dendrogram: Converted from Protovis, again with help from Mike.
- Circle packing: Again, converted from Protovis.
- Node-link tree: Again, converted from Protovis.
- Hierarchical edge bundling: This is based on Mike's work.
Other items that don't yet have public-facing examples. Examples can be viewed in the examples directory of the release package.
- Histogram layout, ported from Protovis.
- Azimuthal geo projection,
d3.geo.azimuthal
. - Animated merge sort example.
- Spline editor example.
- Q-Q plot.
- UglifyJS minify support.
Works in progress (open pull requests):
- Kernel density estimation and statistics module.
- Radar chart and reusable chart axes.
- Scatter plot.
- GitHub-style impact chart.
- Various touch support.
- Matrix decomposition and interpolation.
You can also see a list of my merged commits and an impact chart on GitHub.
Last, but not least! The majority of my mathematical toys were written using D3.