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}
}
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v4.min.js
https://d3js.org/d3.v3.min.js