- Switch to d3v5, this only means changing the way
d3.json
andd3.csv
work. - Rewritten the snippets using ES2015.
- New snippet for using
Promise.all
to load files. This is the way to do it now as d3-queue is no longer recommended. - New snippet for
d3.max
. - New snippet for
d3.min
.
- Change block snippet shorthand to
createblock
to prevent a collision with the CSS display property.
- New snippet to scaffold blocks.
- Support for TypeScript and React scopes (
.ts
,.tsx
, and.jsx
). - New snippet to set the x.
- New snippet to set the y.
- New snippet to set the radius.
- New snippet to add a class.
- New snippet to add a group.
- New snippet for
d3.extent
. - New snippet for
d3.scaleSequential
. - New snippet for sorting a dataset.
- New snippets for customizing the stroke.
- New snippets for customizing the fill.
- New snippets for customizing the axis ticks.
- New snippet to set the text.
- New snippet to set the text anchor.
- Improve d3-voronoi snippet.
- Fix semicolon on margin snippet.
- Update to D3.v4.
- New snippets for d3-axis.
- New snippets for d3-shape.
- New snippet for d3-voronoi.
- Rename map snippet to geomap.
- Improve descriptions
- New snippets contributed by @dephora for
domain
,range
,append
,duration
,enter
andon
. Addd3.svg.axis
snippet.
- Small bug on
attr
snippet, by @dephora.
- Small bugfix on the queue snippet
- Improve anonymous function descriptions
- Add the first snippets