Published
Edited
Jul 24, 2021
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
url = "https://docs.google.com/spreadsheets/d/1Xb9Z_oM5TnDCZ3tINDrQ5F1M7VMGa9UBCp4fKja9Fdg/export?format=csv&gid=1733972838"
Insert cell
Insert cell
dataImport = await d3.text(url)
Insert cell
drawBalanceSheets(parseGoogleSheet(dataImport), colors)
Insert cell
Insert cell
Insert cell
Insert cell
parseGoogleSheet(dataImport)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colors = [
"#e9c46a",
"#99d98c",
"#40916c",
"#dfe7fd",
"#a6d854",
"#e5e5e5",
"#d3d3d3",
"#b1a7a6"
]
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