Line chart with stacking ability.
Given an array of data series having an id and a nested array of points (with x, y properties), it will compute the line for each data series. All datum having null x or y will be treated as holes, thus portions of the corresponding line will be skipped.
This component is available in the @nivo/api, see
sample or
try it using the API client.
See the dedicated guide on how to setup legends for this component.