All examples By author By category About

noblemillie

summary boxWhisker

An implementation of a box-and-whisker plot in D3.js. From Mike Bostock's similar block:

A box-and-whisker plot uses simple glyphs that summarize a quantitative distribution with five standard statistics: the smallest value, lower quartile, median, upper quartile, and largest value.

forked from HarryStevens's block: Box and Whisker

forked from noblemillie's block: summary boxWhisker