All examples By author By category About

lorenzopub

D3.js Boxplot with Axes and Labels

A box-and-whisker plot with axes. Based on Mike Bostock's implementation. Instead of using individual svg elements as in Mike's implementation, here all boxplots are rendered with in one root element. This makes it easy to add axes.

Further differences between the two implementations are:

forked from jensgrubert's block: D3.js Boxplot with Axes and Labels

forked from sdalo2's block: D3.js Boxplot with Axes and Labels