Published
Edited
Oct 11, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof gCaptionMinHeight = new View(1);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ratioToAngle = function(w, h){
const radians = Math.atan2(h, w);
return radiansToDegrees(radians);
}
Insert cell
radiansToDegrees = function(radians) {
return radians * (180/Math.PI);
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {View} from "@mbostock/synchronized-views"
Insert cell
import {disposal} from "@mbostock/disposal"
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