Published
Edited
Sep 15, 2022
3 stars
Insert cell
Insert cell
Insert cell
insight = ({
columns: {
color: 'Origin',
x: 'Cylinders',
y: 'Miles_per_Gallon',
z: 'Miles_per_Gallon',
sort: 'Miles_per_Gallon'
},
scheme: 'tableau20',
size: {
height: 400,
width: 500,
},
view: '3d',
chart: 'barchart',
signalValues: {
Text_AngleXSignal: 0,
Text_AngleYSignal: -90
}
})
Insert cell
Insert cell
//this will render changes of insight / data using the same viewer instance
viewer.render({insight}, data)
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