Unlisted
Edited
May 19
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dot = wind_zubau_obs[slider].Leistung
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
wind_zubau_obs = d3
.csv("https://static.rndtech.de/share/rnd/wind_zubau_obs_dez_24.csv")
.then(function (data) {
data.forEach(function (d) {
d.Datum = new Date(d.start);
d.Leistung = +d.leistung / 1000000;
});
return data;
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
isDarkMode = () =>
window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches
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