Published
Edited
Dec 8, 2019
2 forks
1 star
Insert cell
Insert cell
Insert cell
Insert cell
output_svg = plot_plan(raw_svg)
Insert cell
md_glossary = {
return md`
## Glossary

${glossary_keys.map(k => html`<h3 class="title_case">${k}</h3><p>${md`${glossary[k].definition}`}</p>`)}
`
}
Insert cell
metadata = {
let metadata_html = d3.select(html`${raw_html}`).select("#plan-viz-metadata")
metadata_html = metadata_html.node().outerHTML
return html`${metadata_html}`
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {slider, textarea} from "@robinl/inputs"
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