Public
Edited
Jan 20, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
output_svg = plot_plan(raw_html, additional_annotations, true)
Insert cell
Insert cell
Insert cell
Insert cell
function get_metadata(raw_html) {
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
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