Type Table, then Shift-Enter. Ctrl-space for more options.
Plot.plot({
height:1000,
width,
marks:[
Plot.barY(healthautoexport,{
x:"Date",
y:"Walking + Running Distance (mi)",
sort:{y:"y"}
}),
Plot.ruleY([0])
]
})
healthautoexport.map((d)=>{
constkeys=Object.keys(d);
constobj={};
keys.forEach((k,i)=>{
if(d[k]!==null)obj[k]=d[k];
});
returnobj;
})
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.