Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion z04-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ layouts help us group our data so we can draw useful shapes like stacked stacked
or trees.

D3 also provides helpers to make some of the more complex SVG shapes easier to
draw. The path helper can build curves that interolate between data points. The
draw. The path helper can build curves that interpolate between data points. The
arc helper can take the angles generated by the pie layout and draw arcs (pie slices).

## A Pie Chart
Expand Down