life = [
{ phase: "Los Angeles", start: "1983-12-23", color: "#9900FF" },
{ phase: "Phoenix", start: "1990-08-02", color: "tomato" },
{ phase: "Santa Fe", start: "1992-06-16", color: "royalblue" },
{ phase: "Bozeman", start: "2001-09-17", color: "gray" },
{ phase: "Portland", start: "2005-09-15", color: "#330099" },
{ phase: "Boise", start: "2007-02-11", color: "orange" },
{ phase: "Goleta", start: "2015-11-10", color: "yellowgreen" },
{ phase: "Chart End Date:", start: "2023-02-20", color: "NA" }
]