Skip to content

Releases: martgnz/d3-snippets

v2.0.0

29 Dec 10:14
Compare
Choose a tag to compare
  • Switch to d3v5, this only means changing the way d3.json and d3.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

01 Nov 21:00
Compare
Choose a tag to compare
  • Change block snippet shorthand to createblock to avoid a collision with the CSS display block property.

v1.2.0

29 Oct 17:22
Compare
Choose a tag to compare
  • Add a new snippet to scaffold blocks ✨

v1.1.0

24 Oct 20:14
Compare
Choose a tag to compare
  • 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.

v1.0.2

24 Oct 23:05
Compare
Choose a tag to compare
  • Fix semicolon on margin snippet.

v1.0.1

14 May 11:33
Compare
Choose a tag to compare

There was a rough semicolon on there. This should fix it.

v1.0.0

24 Oct 23:07
Compare
Choose a tag to compare
  • 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

v0.2.0

24 Oct 23:08
Compare
Choose a tag to compare
  • New snippets contributed by @dephora for domain, range, append, duration, enter and on.
  • Add d3.svg.axis snippet.
  • Small bug on attr snippet, by @dephora.

v0.1.1

24 Oct 23:08
Compare
Choose a tag to compare
  • Small bugfix on the queue snippet
  • Improve anonymous function descriptions

v0.1.0

24 Oct 23:09
Compare
Choose a tag to compare
  • Add the first snippets