diff --git a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx index e624e4d32e8..c56ad02b191 100644 --- a/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx +++ b/packages/@ourworldindata/grapher/src/slopeCharts/SlopeChart.tsx @@ -802,9 +802,7 @@ export class SlopeChart const formatTime = (time: Time) => formatColumn.formatTime(time) const title = series.seriesName - const titleAnnotation = this.useCompactLineLegend - ? series.annotation - : undefined + const titleAnnotation = series.annotation const actualStartTime = series.start.originalTime const actualEndTime = series.end.originalTime