Published
Edited
Jul 12, 2019
1 fork
4 stars
Insert cell
md`# Load external SVG with D3`
Insert cell
html`<div id="svg-container"></div>`
Insert cell
d3.xml('https://cors-anywhere.herokuapp.com/https://s3.amazonaws.com/files.zevross.org/blog/d3_external_svgs/load_svg/leaves/maple_illustration.svg')
.then(data => {
d3.select("#svg-container").node().append(data.documentElement)
});
Insert cell
d3 = require("d3@5")
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