Plot.rectY(data, {
x: "Date",
y: "EBITDA",
tip: true,
interval: d3.utcMonth.every(3)
}).plot({
marginLeft: 50,
title: "BetterHelp isn't getting more expensive to provide",
caption:
"BetterHelp's EBITDA exhibits a seasonal pattern, but is largely stable. EBITDA is Earnings Before Interest, Taxes, Appreciation, and Amortization, and is a rough measure of the profitability of the service. We would expect it to significantly decrease if the service was getting more expensive to provide.",
y: {
grid: true,
ticks: 5,
tickFormat: "$s"
},
marks: [Plot.ruleY([0])]
})