All examples By author By category About

eesur

d3js | box and whiskers (boxplot)

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}
    }