block by eesur cc40e7d583346b2a8a5a2f9e296d3007

d3js | box and whiskers (boxplot)

Full Screen

Box and whiskers with the following config options:

    config = {
        colors: ['#eee'], // array of colours (one if you want all one colour)
        fixedScale: null, // pass in a fixed scale e.g. [0, 100]
        customColor: true, // boolean if using `colors` 
        boxWidth: null, // null or number for set width e.g. 30
        width: 800, // svg width
        height: 500, // svg height
        margin: {top: 50, right: 50, bottom: 50, left: 80}
    }

script.js

index.html

dist.css

dist.js

style.styl