Generates circlepack charts using D3v4.
npm install @redsift/d3-rs-circlepack


d3-rs-circlepack generate a circlepack flow via the D3 reusable chart convention.
View @redsift/d3-rs-√ on Codepen
import { html as chart } from "@redsift/d3-rs-circlepack";
let eml = chart();
...
var chart = require("@redsift/d3-rs-circlepack");
var eml = chart.html();
...