Public
Edited
Jun 1, 2023
1 star
Also listed in…
Culori
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
premultiply = c => {
let color = culori.lch(c);
return {
...color,
h: (color.h || 0) * color.c / 1000
};
}
Insert cell
demultiply = c => {
return {
...c,
h: (c.h || 0) / c.c * 1000
};
}
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