Published
Edited
Mar 25, 2020
Fork of Log-Chart
Insert cell
md`# Log-Chart`
Insert cell
Insert cell
conf = {
return {
countries: [
{ label: "Italien", color: "#7385ff" },
{ label: "Südkorea", color: "#7dd1c3" },
{ label: "USA", color: "#e0904f" },
{ label: "Deutschland", color: "#b6b6be" },
{ label: "Schweiz", color: "#c73530" },
{ label: "Japan", color: "#ac92d6" },
{ label: "Singapur", color: "#c5c294" }
],
labels: [100, 1000, 10000, 40000]
};
}
Insert cell
Insert cell
Insert cell
mwConf = {
return {
width: 380,
height: 310,
left: 55,
bottom: 25
};
}
Insert cell
Insert cell
Insert cell
cwConf = {
return {
width: 637,
height: 424,
left: 55,
bottom: 25
};
}
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
getLabelXAxisAt = (y) => svg`<g>
<text transform="translate(50,${y})" class="st0 st1 st2">Tage seit dem Auftreten des 100. Falls</text>
</g>`
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