Public
Edited
Mar 14
Fork of Wordtree
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function parameter(array){
let response_wordtree = array.data.map(a => [a.title]);
response_wordtree.unshift(['Phrases']);
return response_wordtree
}
Insert cell
response_wordtree = d3.json(url + `wordtree?words=${(words=="")?"coronavirus":words}`)
Insert cell
parameter(response_wordtree)
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