Public
Edited
May 29
Insert cell
Insert cell
donneesLettrestrouvees = FileAttachment("données-lettresTrouvées@18.json").json()
Insert cell
data = donneesLettrestrouvees
Insert cell
mytable = data.sources
Insert cell
Insert cell
Insert cell
myt = getData
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot.plot({
color: { legend: true },
marks: [
Plot.barY(myt, { x: "tag", y: "total", fill: "type", tip: true }),
Plot.ruleY([0])
]
})
Insert cell
Insert cell
import {Sunburst} from "@d3/sunburst"
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