Flamegraph visualization for d3 v5.x
npm install d3-fg --save
d3-fg is currently built against d3 v5.x.
var tree = require('./data.json') // d3 json tree
var element = document.querySelector('chart') // <chart> element which should be in html body
require('d3-flamegraph')({{tree, element}})
- hsl-to-rgb-for-reals: simple HSL to RGB converter
None
Sponsored by nearForm.
Based on the work by Martin Spier at https://www.npmjs.com/package/stackvis.
Apache 2.0