// To use copied code replace "data" with your own variable
temperatures=aq
.from(temperature_raw)
.derive({temperature:(d)=>+d.temperature})
.rename({temperature:"value"})
.derive({date:aq.escape((d)=>newDate(d.date))})
.objects()
// .. the column names shold be the same with the data that originally feeds to the imported chart
pannableChart
import{imageToDo}from"@clokman/student-blocks"
imageToDo
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.