yieldchart3.render();// render the chart at least once
while(runFLG){
awaitPromises.delay(randexp(1.0/(tau*1000.0)));// convert tau to milliseconds
yieldchart3.push(randi(minint,maxint)).render();// push a new datum and re-render
}
}
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.