Published
Edited
Mar 9, 2020
Insert cell
Insert cell
Insert cell
{
div.style.width = '300px'
div.style.height = '100px'
div.style.backgroundImage = 'url(https://en.unesco.org/sites/default/files/foss_top_picture_0.jpg)'
div.style.backgroundSize = 'cover'
div.style.filter = `grayscale() contrast(${c}) brightness(${b})`
}
Insert cell
viewof c = html`<input type="range" min="0.0" max="2.0" step="0.1" value="1" />`
Insert cell
viewof b = html`<input type="range" min="0.0" max="2.0" step="0.1" value="1" />`
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