Published
Edited
Jun 9, 2021
Insert cell
Insert cell
Insert cell
layer = {
return new deck.HexagonLayer({
data,
pickable: true,
getPosition: d => d.position,
radius: 2000
});
}
Insert cell
data = d3.csv(
'https://raw.githubusercontent.com/kaz-ogiwara/tk-visual/master/tko/landprices3/embed/data/data.csv',
function(d) {
return {
position: [Number(d.longitude), Number(d.latitude)],
name: d.station
};
}
)
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