Published
Edited
Jan 21, 2021
Insert cell
Insert cell
drawing = {
let r = new Rune({
width: 200,
height: 200,
})
r.draw()
// removing duplicated attributes for exporting SVG from the ⠇ menu on the left
let el = r.el
el.removeAttribute("xmlns")
el.removeAttribute("xmlns:xlink")
return el
}
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