Published unlisted
Edited
Sep 29, 2022
Insert cell
PIA Upload to Chart
Insert cell
viewof PIA = Inputs.number({ label: "PIA" })
Insert cell
PIA
Insert cell
Insert cell
Insert cell
Plot.plot({
height: 780,
width: 1200,
marginLeft: 100,
grid: true,
marks: [
Plot.barY(socialSecurityCalculatorExportPiaAdj, {
x: "Period",
y: "Cumuluative Pen/Bon",
fill: "#00b0ab",
sort: { x: "y" }
}),
Plot.ruleY([0.25])
]
})
Insert cell
PIA_map = new Map(
socialSecurityCalculatorExportPiaAdj.map((o) => [
o["Cumuluative Pen/Bon"],
o["Cumuluative Pen/Bon" * "PIA"]
])
)
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