Public
Edited
Sep 27, 2024
Importers
2 stars
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
Insert cell
// extraction events
events = ({
// day of extraction
[7 * 365]: {
// chart labels, keyed to seriesData id
labels: { quantity: "7 year contract", joe: "3 bottles ea." },
// delta for each share, keys match initialShares.shares keys
diff: { spencer: 3 * 750, joe: 3 * 750, chris: 3 * 750 }
},
[12 * 365]: {
labels: { quantity: "Chris grabs 6 bottles" },
diff: { chris: 6 * 750 }
},
[15 * 365]: {
labels: { quantity: "Spencer takes all of his (Chris takes ¼)" },
diff: { spencer: (all) => all, chris: (all) => all * 0.25 }
},
[20 * 365]: {
labels: { quantity: `Joe's done` },
diff: { joe: (all) => all }
},
[30 * 365]: {
labels: { quantity: "Chris takes the rest of his (All gone 😢)" },
diff: { chris: (all) => all }
},
[Math.round(halfLife * 365)]: {
labels: { angelsOnly: "angels' half-life" }
}
})
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
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
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
Insert cell
dekanta = bookmark`https://dekanta.com/nagahama-casks/`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<style>
.annotation-note {font-size: .2vh}
</style>
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