Creating an SVG
This section to the right will hold a blank SVG.
Drawing shapes
There are a number of simple shapes that can be drawn using d3. The most common are rect, circle, ellipse.
Bar Chart with static data
A bar chart is really a number of svg rectangles stacked together.
Scatter plot with dynamic data and transitions
Plotting circles to create a scatter plot.