Public
Edited
Jan 3, 2023
1 fork
3 stars
Insert cell
Insert cell
Insert cell
particles1 = {
let chartHolder = d3.select(document.createElement("div"));
chartHolder.attr("style", "height: 420px");
let myChart = d3X3d.chart
.particlePlot()
.colors(colors)
.mappings({x: "ridge", y: "nub", z: "crack", size: "density", color: "weight"})
.width(width)
.height(height);

chartHolder.datum(pollenData).call(myChart);

return chartHolder.node();
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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