A reusable D3 scatter plot component built with the reusable chart pattern.
Uses the Iris dataset from Curran's Gist repository.
The chart can be configured using chainable methods:
.width(value) - Set chart width.height(value) - Set chart height.margin(object) - Set margins.xValue(function) - Set X-axis data accessor.yValue(function) - Set Y-axis data accessor