Published
Edited
Mar 28, 2022
1 star
Insert cell
Insert cell
Insert cell
Insert cell
flqCompare = FileAttachment("ConvoyFLQData@5.csv").csv({ typed: true })
Insert cell
Insert cell
Insert cell
minMaxBars = {
let minMax = {};

for (let row of convoyTimelineData) {
let Location = row.Location;
if (minMax[Location] == undefined) {
minMax[Location] = {
location: Location,
start: row.Date,
end: row.Date
};
}
let objValue = minMax[Location];
}
return minMax;
}
Insert cell
convoyTimelineData
Insert cell
convoyTimelineData = FileAttachment("ConvoyTimeline@1.csv").csv({ typed: true })
Insert cell
vega = require("vega-embed@6")
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