Releases: martgnz/d3-snippets
Releases · martgnz/d3-snippets
v2.0.0
- Switch to d3v5, this only means changing the way
d3.json
andd3.csv
work (using Promises). - 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
.
v1.2.1
v1.2.0
v1.1.0
- Support for TypeScript and React scopes (
.ts
,.tsx
, and.jsx
), thanks @pingshunhuangalex! - 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.