Published
Edited
Mar 10, 2019
2 forks
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
layoutData = {
const layout = bipartite()
.width(width)
.height(height)
.padding(padding)
.source(d => d.source)
.target(d => d.target)
.value(d => d.value);

return layout(flows);
}
Insert cell
Insert cell
Insert cell
Insert cell
bipartite = require('d3-bipartite')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more