d3 icon indicating copy to clipboard operation
d3 copied to clipboard

thin wrapper over the data-driven documents (d3) library for use with gopherjs

d3

Thin wrapper over the data-driven documents (d3) library for use with gopherjs.

This is just enough of the d3 library to allow you to complete the Mark Bostock's excellent tutorial, but writing entirely in go.

The calls are not very regularized because they haven't been thought through with respect to statically-typed programming model.

Install

go get -u github.com/iansmith/d3

Check out the demo.