The <MultiLineChart> component renders a line chart. It makes certain
assumptions about how to render the data, as well as what the shape of the data
is. In particular:
.value (number).year (number)The component is mostly controlled, though it manages some state internally:
Due to historical reasons, the component is tightly coupled with indicators
(hence why you have to supply indicatorId to its props).