Published
Edited
Jun 12, 2019
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
var guiDisplay = {"Show Hidden": false };

var datGui = new dat.GUI();
document.getElementById("guiDiv").appendChild(datGui.domElement);
datGui.add(guiDisplay, 'Show Hidden');
}
Insert cell
//dat.gui
dat = require('dat.gui')
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