Public
Edited
Mar 10, 2023
Insert cell
Insert cell
Insert cell
target = html`
<style>
@import "https://cdn.jsdelivr.net/npm/universalviewer@4.0.0/dist/uv.css";
</style>
<div class="uv" id="uv" style="height: ${width / 1.6}px"></div>
`
Insert cell
Insert cell
Example = Viewer("uv", data)
Insert cell
Viewer = function (target, data) {
UV.init(target, data);
}
Insert cell
UV = import("https://cdn.skypack.dev/universalviewer@4.0.17?min")
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