Published
Edited
Mar 16, 2020
9 forks
Importers
26 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colour_scale = d3.scaleOrdinal(d3.schemeCategory10).domain(category_names);
Insert cell
category_names = d3.set(nodes, d => d.category).values();
Insert cell
Insert cell
Insert cell
margin = width * 0.1;
Insert cell
height = width * 0.6;
Insert cell
width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
Insert cell
forceInABox = require("force-in-a-box")
Insert cell
d3 = require("https://d3js.org/d3.v5.min.js")
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