Published
Edited
Apr 14, 2021
Insert cell
Insert cell
html`<style>
.venntooltip {
position: absolute;
text-align: center;
width: 128px;
background: #333;
color: #ddd;
padding: 2px;
border: 0px;
border-radius: 8px;
opacity: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
}
</style>
`
Insert cell
Insert cell
Insert cell
Insert cell
diagram = venn.VennDiagram().width(width).height(height - 50);
Insert cell
Insert cell
Insert cell
venn = require("venn.js")
Insert cell
d3 = require("d3@5")
Insert cell
lodash = require("lodash")
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