RunKit + npm: d3v4-bullet

node v8.17.0
endpointsharetweet
var {bullet: d3v4Bullet} = require("d3v4-bullet") const margin = { top: 5, right: 40, bottom: 20, left: 120 }, width = 960 - margin.left - margin.right, height = 50 - margin.top - margin.bottom; const chart = d3v4Bullet() .orient('bottom') .width(width) .height(height);
Created from: https://npm.runkit.com/d3v4-bullet
Loading…