Public
Edited
Apr 15, 2023
1 fork
8 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
setButtons = $(container).ready(function(){
var lastClass;
$('button').click(function(){
var $cube = $('#cube'),
newClass = 'show-' + $(this).data('face');
$cube.removeClass(lastClass);
$cube.addClass(newClass);
lastClass = newClass;
});
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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