Public
Edited
Jul 26, 2023
Insert cell
Insert cell
anychart = import("https://cdn.skypack.dev/anychart@8.11.1?min")
Insert cell
data = [
{ x: "learning", value: 80 },
{ x: "includes", value: 56 },
{ x: "lists", value: 44 },
{ x: "meaning", value: 40 },
{ x: "useful", value: 36 },
{ x: "different", value: 32 }
]
Insert cell
anychart
Insert cell
{
let chart = anychart.default.tagCloud(data);
chart.container("vis");
chart.draw();
}
Insert cell
html`<div id="vis"></div>`
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