Public
Edited
Dec 7, 2023
Insert cell
Insert cell
Inputs.table(temp, {
format: { values: (d) => multiAutoSelect(Object.keys(d)) }
})
Insert cell
Insert cell
a,b,c
Insert cell
multiAutoSelect()
Insert cell
import { multiAutoSelect } from "@john-guerra/multi-auto-select"
Insert cell
temp = [
{
attribute: "age",
values: {
20: 500,
30: 400,
50: 400
}
},
{
attribute: "education",
values: {
highSchool: 400,
masters: 500
}
}
]
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