Public
Edited
Dec 23, 2022
Insert cell
Insert cell
import_from = function (module) {
// mod = (await import("https://cdn.skypack.dev/flame-chart-js@2.0.1?min")).default
}
Insert cell
//fc = new FlameChart({})
Insert cell
chart = {
let canvas = document.createElement("canvas");

canvas.height = 400;

let flameChart = new FlameChart({
canvas,
data: []
});

return canvas;
}
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